LineRecord LessThan 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.1.2.0 (0.1.2.0)
Syntax

public static bool operator <(
	LineRecord a,
	LineRecord b
)

Return Value

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