IComparable
Short summary
This interface is used to make objects comparable in order to be able to sort them.
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | __SYSTEM.IQueryInterface | - |
UML Diagram
Methods
compareTo
- Parameters:
object(IObject): foreign objet to compare
- Return type: CNM_ReturnTypes.ComparationResult
This method compares a foreign object with the own one, this is needed for sort orders.…
Code
Declaration
INTERFACE IComparable EXTENDS __SYSTEM.IQueryInterface