The relational and equality operators determine equality, inequality, or relative values of their operands. The relational operators are shown in Table 4.3.
Table 4.3 Relational and Equality Operators
| Operator | Meaning |
| == | Equal to |
| != | Not equal to |
| < | Less than |
| > | Greater than |
| <= | Less than or equal to |
| >= | Greater than or equal to |