Syntax documentationcompare_operator Locate this document in the navigation structure

Syntax Syntax

  1. <compare_operator> ::=
      <
    | >
    | =
    | <=
    | >=
    | !=
End of the code.