Comparison operations

Below are the standard operators and blocks that perform comparisons:

<
>
<=
>=
=
<>

CMP
less than
greater than
less or equal
greater or equal
is equal
is not equal
detailed comparison