Pair T1, T2  Equals Method (Object)DryadLINQ documentation
Indicates whether this instance and a specified object are equal.

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
Syntax

public override bool Equals(
	Object obj
)

Return Value

Type: Boolean
true iff this instance is equal to a specified object
See Also