ForkTupleT1, T2, T3Equals Method (ForkTupleT1, T2, T3)DryadLINQ documentation
Determines whether the current ForkTuple is equal to a specified ForkTuple.

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(
	ForkTuple<T1, T2, T3> fval
)

Parameters

fval
Type: Microsoft.Research.DryadLinqForkTupleT1, T2, T3
A specified ForkTuple

Return Value

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

Implements

IEquatableTEquals(T)
See Also

Reference