Members
(static) default :DefaultEqualityComparer.<TDefault>
Returns an instance of the DefaultEqualityComparer that uses the identity-operator.
Type:
- DefaultEqualityComparer.<TDefault>
- Source:
Methods
equals(x, y) → {Boolean}
Parameters:
Name | Type | Description |
---|---|---|
x |
T | |
y |
T |
- Source:
Throws:
-
This is an abstract method.
- Type
- Error
Returns:
True, iff the two items x and y are considered
to be equal.
- Type
- Boolean