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.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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.
|