StringFilterOperator Enumeration
Defines the string filter operator, which defines the
String method
of the same name to invoke.
Namespace: BlazorBootstrapAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public enum StringFilterOperator
| Equals | 0 |
Satisfied if the current value equals the specified value.
|
| Contains | 1 |
Satisfied if the current value contains the specified value.
|
| StartsWith | 2 |
Satisfied if the current value starts with the specified value.
|
| EndsWith | 3 |
Satisfied if the current value ends with the specified value.
|