Click or drag to resize

TupleEqualityComparerT1, T2 Constructor

Constructor.

Namespace:  WhetStone.Comparison
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public TupleEqualityComparer(
	IEqualityComparer<T1> c1 = null,
	IEqualityComparer<T2> c2 = null
)

Parameters

c1 (Optional)
Type: System.Collections.GenericIEqualityComparerT1
The comparer between the first elements. for default.
c2 (Optional)
Type: System.Collections.GenericIEqualityComparerT2
The comparer between the second elements. for default.
See Also