SqlBinary::CompareTo Method (Object^)

 

Compares this SqlBinary object to the supplied object and returns an indication of their relative values.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
virtual int CompareTo(
	Object^ value
) sealed

Parameters

value
Type: System::Object^

The object to be compared to this SqlBinary structure.

Return Value

Type: System::Int32

A 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 1.1
Return to top
Show: