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
Parameters
- a
- Type: Microsoft.Research.DryadLinqPairT1, T2
The first Pair - b
- Type: Microsoft.Research.DryadLinqPairT1, T2
The second Pair
Return Value
Type: Booleantrue iff two Pairs are equal
See Also