EqualityComparable
Equality Comparable types must have == and != operators.
A type playing the role of comparable-type in the EqualityComparable concept.
Objects of type X
Name | Expression | Type |
---|---|---|
Equality test |
x == y |
Convertible to bool |
Inequality test |
x != y |
Convertible to bool |
Copyright © 2001, 2002 Indiana University |