Comparisons Used to Test Qualities
Back

 

 

 

 

 


The valid comparisons that may be used in "If" rules are listed in the following chart.

Comparisons to test string values is
is the
is equal to
is not
is not equal to
Comparisons to test number values is less than
is less than or equal to
is greater than
is greater than or equal to
=
!=
<
<=
>
>=
Comparisons to test suit values ranks higher than
ranks lower than