LineRecordCompareTo Method (Object)DryadLINQ documentation
Compares the current LineRecord with an object.

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

public int CompareTo(
	Object val
)

Parameters

val
Type: SystemObject
The value to compare.

Return Value

Type: Int32
An integer that indicates the order.

Implements

IComparableCompareTo(Object)
See Also

Reference