bool operator ==(bool x, bool y); bool operator !=(bool x, bool y);Paragraph 21 The result of == is true if both x and y are true or if both x and y are false. 2 Otherwise, the result is false. Paragraph 31 The result of != is false if both x and y are true or if both x and y are false. 2 Otherwise, the result is true. 3 When the operands are of type bool, the != operator produces the same result as the ^ operator.
| |
Jagger Software Ltd | |
Company # 4070126 | |
VAT # 762 5213 42 |