Click or drag to resize

GenSortRecordCompareTo Method

Compares this instance with a specified other GenSortRecord and returns an integer that indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified GenSortRecord.

Namespace:  Ookii.Jumbo.Jet.Samples.IO
Assembly:  Ookii.Jumbo.Jet.Samples (in Ookii.Jumbo.Jet.Samples.dll) Version: 2.0.0
Syntax
public int CompareTo(
	GenSortRecord other
)

Parameters

other
Type: Ookii.Jumbo.Jet.Samples.IOGenSortRecord
The GenSortRecord to compare to.

Return Value

Type: Int32
Zero if this instance is equal to other; less than zero if this instance precedes other; greater than zero if this instance follows other.

Implements

IComparableTCompareTo(T)
See Also