Equality operators: == and != The equality operators, equal to ( == ) and not equal to ( != ) , have lower precedence than the relational operators, but they behave similarly. The result type for these operators is bool .
Equality operators: == and != The equality operators, equal to ( == ) and not equal to ( != ) , have lower precedence than the relational operators, but they behave similarly. The result type for these operators is bool .