SByte.CompareTo Method (Object)
.NET Framework 3.0
Compares this instance to a specified object and returns an indication of their relative values.
This method is not CLS-compliant. Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
public final int CompareTo ( Object obj )
public final function CompareTo ( obj : Object ) : int
Not applicable.
Parameters
- obj
An object to compare, or a null reference (Nothing in Visual Basic).
Return Value
A signed number indicating the relative values of this instance and obj.| Return Value | Description |
|---|---|
| Less than zero | This instance is less than obj. |
| Zero | This instance is equal to obj. |
| Greater than zero | This instance is greater than obj. -or- obj is a null reference (Nothing in Visual Basic). |
| Exception type | Condition |
|---|---|
| obj is not an SByte. |
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.