Compares the current LineRecord with another LineRecord.
Namespace: Microsoft.Research.DryadLinqAssembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
Syntax
Parameters
- val
- Type: Microsoft.Research.DryadLinq LineRecord
The LineRecord to compare with.
Return Value
Type: Int32An integer that indicates the order.
Implements
IComparable T CompareTo(T)See Also