Determines whether this instance and another Pair 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
- val
- Type: Microsoft.Research.DryadLinqPairT1, T2
The other Pair to compare with
Return Value
Type: Booleantrue iff this instance and the specified Pair are equal
Implements
IEquatableTEquals(T)See Also