LineRecordEquals Method (Object)DryadLINQ documentation
Determines whether the specified object 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 override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare with.

Return Value

Type: Boolean
true iff the specified object is equal to the current object.
See Also

Reference