CompareTo()
Comparable::CompareTo(T) method
Compares the current object with the specified object.
int System::BoxedValueDetail::Comparable<T, Self>::CompareTo(T other) override
Arguments
| Parameter | Type | Description |
|---|---|---|
| other | T | The object to compare with the current object |
Return Value
A negative number if the current object precedes the specified object is the sort order; 0 if the compared objects are equal; positive number if the current object follows the specified object in the sort order
See Also
- Class Comparable
- Namespace System::BoxedValueDetail
- Library Aspose.Slides