Click or drag to resize

TupleEqualityComparerT1, T2, T3Equals Method (TupleT1, T2, T3, TupleT1, T2, T3)

Determines whether the specified objects are equal.

Namespace:  WhetStone.Comparison
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public bool Equals(
	Tuple<T1, T2, T3> x,
	Tuple<T1, T2, T3> y
)

Parameters

x
Type: SystemTupleT1, T2, T3
The first object of type T to compare.
y
Type: SystemTupleT1, T2, T3
The second object of type T to compare.

Return Value

Type: Boolean
true if the specified objects are equal; otherwise, false.

Implements

IEqualityComparerTEquals(T, T)
See Also