StringFilterOperator Enumeration

Defines the string filter operator, which defines the String method of the same name to invoke.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public enum StringFilterOperator

Members

Equals0 Satisfied if the current value equals the specified value.
Contains1 Satisfied if the current value contains the specified value.
StartsWith2 Satisfied if the current value starts with the specified value.
EndsWith3 Satisfied if the current value ends with the specified value.

See Also