Click or drag to resize

ProjectionEqualityComparerTSource, TKeyEquals Method (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.

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public bool Equals(
	TSource x,
	TSource y
)

Parameters

x
Type: TSource

[Missing <param name="x"/> documentation for "M:Koden.Utils.ProjectionEqualityComparer`2.Equals(`0,`0)"]

y
Type: TSource

[Missing <param name="y"/> documentation for "M:Koden.Utils.ProjectionEqualityComparer`2.Equals(`0,`0)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Koden.Utils.ProjectionEqualityComparer`2.Equals(`0,`0)"]

Implements

IEqualityComparerTEquals(T, T)
See Also