SByte.CompareTo Method (Object)
Silverlight
Compares this instance to a specified object and returns an indication of their relative values.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Parameters
- obj
- Type: System.Object
An object to compare, or null.
Return Value
Type: System.Int32A 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 null. |
Implements
IComparable.CompareTo(Object)| Exception | Condition |
|---|---|
| ArgumentException | obj is not an SByte. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.