Click or drag to resize

ValSortRecordCompareTo Method

Compares this instance with a specified other ValSortRecord 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(
	ValSortRecord other
)

Parameters

other
Type: Ookii.Jumbo.Jet.Samples.IOValSortRecord
The ValSortRecord 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