OP_EQUAL |
Contains a String that represents the Equals (=) operator. |
OP_EXISTS |
Contains a String that represents the Exists operator. |
OP_GREATER_THAN |
Contains a String that represents the Greater Than (>) operator. |
OP_GREATER_THAN_EQUAL |
Contains a String that represents the Greater Than or Equal To (>=) operator. |
OP_LESS_THAN |
Contains a String that represents the Less Than (<) operator. |
OP_LESS_THAN_EQUAL |
Contains a String that represents the Less Than or Equal To (<=) operator. |
OP_NOT_EQUAL |
Contains a String that represents the Not Equal (!=) operator. |