Determines whether two specified Pairs are not 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 left Pair
- b
- Type: Microsoft.Research.DryadLinq Pair T1, T2
The right Pair
Return Value
Type: Booleantrue iff two Pairs are not equal
See Also