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