ForkTuple T1, T2, T3  Equals Method (ForkTuple T1, 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.1.2.0 (0.1.2.0)
Syntax

public bool Equals(
	ForkTuple<T1, T2, T3> fval
)

Parameters

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

Return Value

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

Implements

IEquatable T  Equals(T)
See Also