PairT1, T2Equals Method (PairT1, T2)DryadLINQ documentation
Determines whether this instance and another Pair are equal.

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax

public bool Equals(
	Pair<T1, T2> val
)

Parameters

val
Type: Microsoft.Research.DryadLinqPairT1, T2
The other Pair to compare with

Return Value

Type: Boolean
true iff this instance and the specified Pair are equal

Implements

IEquatableTEquals(T)
See Also

Reference