Skip to content

Operator Description


Operator Description Supported Judgment Types
= Equal to IntegerFloatString
!= Not equal to IntegerFloatString
>= Greater than or equal to IntegerFloatString
<= Less than or equal to IntegerFloatString
> Greater than IntegerFloatString
< Less than IntegerFloatString
between Greater than or equal to and less than or equal to (closed interval) IntegerFloatString
match Contains String
not match Does not contain String
isTrue Value is true Boolean
isFalse Value is false Boolean
likeTrue Value is true, yes, or any value that can be considered true IntegerFloatStringBoolean
likeFalse Value is false, no, or any value that can be considered false IntegerFloatStringBoolean

Feedback

Is this page helpful? ×