Definition should include identifying operators used to compare one expression to a value or expression, including the following symbols and their functions:


•    = equal to
•    > greater than
•    >= greater than or equal to
•    < less than
•    <= less than or equal to
•    <> not equal to (or != or ^=)