[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Defines a generalized type-specific comparison method that a value type or class implements to order or sort its instances. Tab=Interfaces [Property] [Methods] doCompareTo=Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. ARG(Object obj)|1|0 onCompareTo=Occurs after invoke the method doCompareTo and returns the result. ARG(int)|2|1 Interface=Defines a generalized type-specific comparison method that a value type or class implements to order or sort its instances. ARG(interface)|4|0 obj=An object to compare with this instance. ARG(Object)|4|0