Click or drag to resize

ProjectionEqualityComparerTSource, TKeyGetHashCode Method (TSource)

Produces a hash code for the given value by projecting it and then asking the equality comparer to find the hash code of the resulting key.

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public int GetHashCode(
	TSource obj
)

Parameters

obj
Type: TSource

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

Return Value

Type: Int32

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

Implements

IEqualityComparerTGetHashCode(T)
See Also