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.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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