Click or drag to resize

Usual.CompareTo Method (Object)

X#
This method is needed to implement the IComparable interface.

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 METHOD CompareTo(
	o AS Object
) AS LONG
Request Example View Source

Parameters

o
Type: Object

Return Value

Type: Long

Implements

CompareTo(Object)
See Also