Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The relational and equality operators determine equality, inequality, or relative values of their operands. The relational operators are shown in the following table.
Relational and Equality Operators
Operator | Meaning |
---|---|
== |
|
!= |
|
< |
|
> |
|
<= |
|
>= |
See Also
Reference
Expressions with Binary Operators
C++ Operators
Operator Precedence and Associativity