ForkValueTEquals Method (ForkValueT)DryadLINQ documentation
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

public bool Equals(
	ForkValue<T> fval
)

Parameters

fval
Type: Microsoft.Research.DryadLinqForkValueT
A specified ForkValue

Return Value

Type: Boolean
true iff the current ForkValue is equal to the argument

Implements

IEquatableTEquals(T)
See Also

Reference