Specifies the equality of objects based on the equality of a key extracted from the objects.
More...
|
| KeyEqualityComparer (Func< T, TKey > keySelector) |
| Creates a new key equality comparer. More...
|
|
bool | Equals (T? x, T? y) |
|
int | GetHashCode (T obj) |
|
Specifies the equality of objects based on the equality of a key extracted from the objects.
- Template Parameters
-
T | The type of objects to compare. |
TKey | The type of the key to use to determine equality. |
◆ KeyEqualityComparer()
Creates a new key equality comparer.
- Parameters
-
keySelector | A function mapping objects to their respective equality keys. |
The documentation for this class was generated from the following file:
- Common/Values/KeyEqualityComparer.cs