All Logic Comparison Functions

Is Operator (test that a value equals another value)
IsAtLeast Operator (test that a value is more than or equal to another value)
IsAtMost Operator (test that a value is less than or equal to another value)
IsLessThan Operator (test that a value is less than another value)
IsMoreThan Operator (test that a value is more than another value)
IsNot Operator (test that a value is not equal to another value)

Related content