LineRecord Equals Method (LineRecord)DryadLINQ documentation
Determines whether a specified LineRecord is equal to the current LineRecord.

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(
	LineRecord val
)

Return Value

Type: Boolean
true iff the argument is equal to the current LineRecord.

Implements

IEquatable T  Equals(T)
See Also