Click or drag to resize

DelegateEqualityComparerT Constructor (FuncT, T, Boolean, FuncT, Int32)

Namespace:  TomsToolbox.Essentials
Assembly:  TomsToolbox.Essentials (in TomsToolbox.Essentials.dll)
Syntax
public DelegateEqualityComparer(
	Func<T, T, bool> comparer,
	Func<T, int> hashCodeGenerator
)

Parameters

comparer
Type: SystemFuncT, T, Boolean
The compare function.
hashCodeGenerator
Type: SystemFuncT, Int32
The hash code generator.
See Also