Click or drag to resize

ProjectionEqualityComparerTSource, TKeyEquals Method

Overload List
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEquals(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.
Top
See Also