| OPERATOR |
ALTERNATE |
DESCRIPTION |
| CONTAINS |
|
Checks to see if the right value is contained within the left value. |
| DOES NOT CONTAIN |
|
Checks to see if the right value is not contained within the left value. |
| GREATER THAN |
GT |
Checks to see if the left value is greater than the right value. |
| GREATER THAN OR EQUAL |
GTE |
Checks to see if the left value is greater than or equal to the right value. |
| IS |
EQUAL, EQ |
Checks if the right value is equal to the left value. |
| IS NOT |
NOT EQUAL, NEQ |
Checks to see if the right value is not equal to the left value. |