Relational operator

The syntax for the relational operator in BNF is as follows:

Syntax

relop ::=
 =  | <> | != | ^= | < | <= | > | >=

For more information, see Relational operators.