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