LineRecord CompareTo Method (LineRecord)DryadLINQ documentation
Compares the current LineRecord with another 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 int CompareTo(
	LineRecord val
)

Return Value

Type: Int32
An integer that indicates the order.

Implements

IComparable T  CompareTo(T)
See Also