LineRecordEquals 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.2.1.0 (0.2.1.0)
Syntax

public bool Equals(
	LineRecord val
)

Parameters

val
Type: Microsoft.Research.DryadLinqLineRecord
A LineRecord to compare with.

Return Value

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

Implements

IEquatableTEquals(T)
See Also

Reference