Determines whether the current ForkValue is equal to a specified ForkValue
Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax
Parameters
- fval
- Type: Microsoft.Research.DryadLinqForkValueT
A specified ForkValue
Return Value
Type: Booleantrue iff the current ForkValue is equal to the argument
Implements
IEquatableTEquals(T)See Also