Comparison operators

Comparison operators are used in expressions to compare value.

Operator
Description
=
equal to
>
greater than
<
less than
>=
greater than or equal to
<=
less than or equal to
!=
not equal to
NOT=
alternative for not equal to

The results of comparison operators are based on the native collating sequence of the machine used to run the map.