Edit

Share via


SqlBinary.CompareTo Method

Definition

Compares this instance to a specified object and returns an indication of their relative values.

Overloads

CompareTo(SqlBinary)

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

CompareTo(Object)

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

Remarks

This method is implemented to support the IComparable interface.

CompareTo(SqlBinary)

Source:
SQLBinary.cs
Source:
SQLBinary.cs
Source:
SQLBinary.cs
Source:
SQLBinary.cs

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

C#
public int CompareTo(System.Data.SqlTypes.SqlBinary value);

Parameters

value
SqlBinary

The SqlBinary object to be compared to this SqlBinary structure.

Returns

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.

See also

Applies to

.NET 10 and other versions
Product Versions
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1

CompareTo(Object)

Source:
SQLBinary.cs
Source:
SQLBinary.cs
Source:
SQLBinary.cs
Source:
SQLBinary.cs

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

C#
public int CompareTo(object? value);
C#
public int CompareTo(object value);

Parameters

value
Object

The object to be compared to this SqlBinary structure.

Returns

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.

Implements

See also

Applies to

.NET 10 and other versions
Product Versions
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1