LineRecordLessThan Operator DryadLINQ documentation
Returns true iff a LineRecord is less than another 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 static bool operator <(
	LineRecord a,
	LineRecord b
)

Parameters

a
Type: Microsoft.Research.DryadLinqLineRecord
The left LineRecrod.
b
Type: Microsoft.Research.DryadLinqLineRecord
The right LineRecord.

Return Value

Type: Boolean
true iff left is less than right.
See Also

Reference