Determines whether two specified Pairs are equal.
Namespace: Microsoft.Research.DryadLinqAssembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
Syntax
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: Booleantrue iff two Pairs are equal
See Also