AbsorbedRow.CompareTo

AbsorbedRow.CompareTo method

Compares the current AbsorbedRow object with another AbsorbedRow object and returns an integer that indicates whether the current object precedes, follows, or occurs in the same position in the sort order as the other object.

public int CompareTo(AbsorbedRow other)
ParameterTypeDescription
otherAbsorbedRowAn AbsorbedRow object to compare with this object.

Return Value

A value that indicates the relative order of the objects being compared. The return value has the following meanings: -1: This object precedes the other object in the sort order. 0: This object occurs in the same position in the sort order as the other object. 1: This object follows the other object in the sort order.

See Also