Click or drag to resize

ProjectionEqualityComparerTSource, TKey Constructor (FuncTSource, TKey)

Creates a new instance using the specified projection, which must not be null. The default comparer for the projected type is used.

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public ProjectionEqualityComparer(
	Func<TSource, TKey> projection
)

Parameters

projection
Type: SystemFuncTSource, TKey
Projection to use during comparisons
See Also