|
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
|