Pair T1, T2  Equals Method (Pair T1, T2 , Pair T1, T2 )DryadLINQ documentation
Determines whether two specified Pairs 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 static bool Equals(
	Pair<T1, T2> a,
	Pair<T1, T2> b
)

Parameters

a
Type: Microsoft.Research.DryadLinq Pair T1, T2 
The first Pair
b
Type: Microsoft.Research.DryadLinq Pair T1, T2 
The second Pair

Return Value

Type: Boolean
true iff two Pairs are equal
See Also