Operator | Description | Operator | Description |
= | Equals the specified comparison value | starts with | Starts with the specified comparison value |
!= | Does not equal the specified comparison value | does not start with | Does not start with the specified comparison value |
> | Is greater than the specified comparison value | ends with | Ends with the specified comparison value |
>= | Is greater than or equals the specified comparison value | does not end with | Does not end with the specified comparison value |
< | Is less than the specified comparison value | exists | The specified comparison value is present |
<= | Is less than or equals the specified comparison value | does not exist | The specified comparison value is not present |
contains | Contains the specified comparison value | ||
does not contain | Does not contain the specified comparison value |