Aspose::Pdf::Text::AbsorbedTable::CompareTo method

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.

int32_t Aspose::Pdf::Text::AbsorbedTable::CompareTo(System::SharedPtr<AbsorbedTable> other) override
ParameterTypeDescription
otherSystem::SharedPtr<AbsorbedTable>An AbsorbedTable object to compare with this object.

ReturnValue

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