AbsorbedTable.CompareTo

AbsorbedTable.CompareTo method

Compares the current AbsorbedTable object with another AbsorbedTable 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(AbsorbedTable other)
ParameterTypeDescription
otherAbsorbedTableAn AbsorbedTable 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