Compares this instance to a specified object and returns an indication of their relative values.
Assembly: mscorlib (in mscorlib.dll)
Syntax . . :: . Int32
A signed number indicating the relative values of this instance and value.
. . :: . CompareTo(Object)
Public Function CompareTo ( _
value As Object _
) As Integerpublic int CompareTo(
Object value
)public:
virtual int CompareTo(
Object^ value
) sealedabstract CompareTo :
value:Object -> int
override CompareTo :
value:Object -> int Parameters
- value
- Type: System
. . :: . Object
An object to compare, ornull Nothing nullptr a null reference (Nothing in Visual Basic) .
Return Value
Type: SystemA signed number indicating the relative values of this instance and value.
Return Value | Description |
|---|---|
Less than zero | This instance is less than value. |
Zero | This instance is equal to value. |
Greater than zero | This instance is greater than value. -or- value is |
Implements
IComparable Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | value is not an Int32. |
Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.