Click or drag to resize

DynamicEqualityComparer<T> Constructor (Func<T, T, Boolean>, Func<T, 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: System.Func<T, T, Boolean>
An expression used to determines whether the specified object are equal
hashCode
Type: System.Func<T, Int32>
An expression used to determin hash code for the specified object
See Also