Boolean Expression
Returns 1 (true) if the result of performing a specified comparison is true; returns 0 (false) otherwise.
Arguments
The function has the following arguments:
Value 1: Text string that specifies the first value to compare.
Operator: Text string that specifies the comparison operator. Supply one of the following:
and or xor = != > < >= <= Value 2: Text string that specifies the second value to compare.
This function returns a numerical value.