Was this helpful?
Comparison
Comparison operators allow you to compare two expressions. Valid comparison operators are listed in the following table:
Operator
Description
=
equal to
!=
not equal to
>
greater than
>=
greater than or equal to
<
less than
<=
less than or equal to
All comparison operators are of equal precedence.
The equal sign (=) also serves as the assignment operator in assignment operations. For a discussion of assignment operations, see Assignment.
Last modified date: 11/28/2023