Skip to main content

IComparable

Short summary

This interface is used to make objects comparable in order to be able to sort them.

AccessAbstractFinalExtendsImplements
-NoNo__SYSTEM.IQueryInterface-

UML Diagram

Methods

compareTo

This method compares a foreign object with the own one, this is needed for sort orders.

Code

Declaration

INTERFACE IComparable EXTENDS __SYSTEM.IQueryInterface