Version

CompareTo Method (DefaultableInteger)

Compares this instance to a specified object and returns an indication of their relative values.
Syntax
'Declaration
 
Public Function CompareTo( _
   ByVal value As Object _
) As Integer
public int CompareTo( 
   object value
)

Parameters

value
Compares this instance to a specified object and returns an indication of their relative values.

Return Value

A signed number indicating the relative values of this instance and value.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also