Click or drag to resize

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

Namespace:  Cauldron
Assembly:  Cauldron (in Cauldron.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public DynamicEqualityComparer(
	Func<T, T, bool> predicate,
	Func<T, int> hashCode
)

Parameters

predicate
Type: SystemFuncT, T, Boolean
An expression used to determines whether the specified object are equal
hashCode
Type: SystemFuncT, Int32
An expression used to determin hash code for the specified object
See Also