SqlBinary::CompareTo Method (Object^)
.NET Framework (current version)
Compares this SqlBinary object to the supplied object and returns an indication of their relative values.
Assembly: System.Data (in System.Data.dll)
Parameters
- value
-
Type:
System::Object^
The object to be compared to this SqlBinary structure.
Return Value
Type: System::Int32A signed number that indicates the relative values of this SqlBinary structure and the object.
Return value | Condition |
|---|---|
Less than zero | The value of this SqlBinary object is less than the object. |
Zero | This SqlBinary object is the same as object. |
Greater than zero | This SqlBinary object is greater than object. -or- The object is a null reference. |
Implements
IComparable::CompareTo(Object^)
.NET Framework
Available since 1.1
Available since 1.1
Show: