![]() | ProjectionEqualityComparerTSource, TKeyEquals Method |
Name | Description | |
---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Equals(TSource, TSource) |
Compares the two specified values for equality by applying the projection
to each value and then using the equality comparer on the resulting keys. Null
references are never passed to the projection.
|