CompareTo()
Tab::CompareTo(System::SharedPtr<ITab>) method
Compares the current instance with another object of the same type.
int32_t Aspose::Slides::Tab::CompareTo(System::SharedPtr<ITab> obj) override
Arguments
Parameter | Type | Description |
---|---|---|
obj | System::SharedPtr<ITab> | An object to compare with this instance. |
Return Value
A 32-bit integer that indicates the relative order of the comparands. The return value has these meanings: * < 0 - This instance is less than obj.
- = 0 - This instance is equal to obj.
0 - This instance is greater than obj.
See Also
- Typedef SharedPtr
- Class ITab
- Class Tab
- Namespace Aspose::Slides
- Library Aspose.Slides