PairT1, T2Equality Operator DryadLINQ documentation
Determines whether two specified Pairs 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 static bool operator ==(
	Pair<T1, T2> a,
	Pair<T1, T2> b
)

Parameters

a
Type: Microsoft.Research.DryadLinqPairT1, T2
The left Pair
b
Type: Microsoft.Research.DryadLinqPairT1, T2
The right Pair

Return Value

Type: Boolean
true iff two Pairs are equal
See Also

Reference