Aspose::Pdf::Text::AbsorbedCell::CompareTo method

AbsorbedCell::CompareTo method

Compares the current AbsorbedCell object with another AbsorbedCell 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::AbsorbedCell::CompareTo(System::SharedPtr<AbsorbedCell> other) override
ParameterTypeDescription
otherSystem::SharedPtr<AbsorbedCell>An AbsorbedCell 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