SqlBinary::CompareTo Method (SqlBinary)
.NET Framework (current version)
Compares this SqlBinary object to the supplied SqlBinary object and returns an indication of their relative values.
Assembly: System.Data (in System.Data.dll)
Parameters
- value
-
Type:
System.Data.SqlTypes::SqlBinary
The SqlBinary 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. |
.NET Framework
Available since 2.0
Available since 2.0
Show: