Operator = (Equal) Compares the equal relation of two operands. Operator <> (Not Equal)Compares the inequality relation of two operands. Operator < (Less Than)Compares the less than relation of two operands. | Operator <= (Less Than Or Equal) Compares the less than or equal relation of two operands. Operator >= (Greater Than Or Equal)Compares the greater than or equal relation of two operands. Operator > (Greater Than)Compares the greater than relation of two operands. |