Pair T1, T2  Equals Method (Pair T1, 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.1.2.0 (0.1.2.0)
Syntax

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

Parameters

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

Return Value

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

Implements

IEquatable T  Equals(T)
See Also