The equality operators are binary operators and represent the equality relation (==) or inequality (!=) between two operands.
The result of these operators is 1 if the two operands are in the indicated relation or 0.
The equality operators have priority 8.