SqlSingle.CompareTo Method

Definition

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

Overloads

CompareTo(SqlSingle)

Compares this SqlSingle instance to the supplied SqlSingle and returns an indication of their relative values.

CompareTo(Object)

Compares this SqlSingle instance to the supplied Object and returns an indication of their relative values.

CompareTo(SqlSingle)

Source:
SQLSingle.cs
Source:
SQLSingle.cs
Source:
SQLSingle.cs

Compares this SqlSingle instance to the supplied SqlSingle and returns an indication of their relative values.

public int CompareTo (System.Data.SqlTypes.SqlSingle value);

Parameters

value
SqlSingle

The SqlSingle to be compared.

Returns

A signed number that indicates the relative values of the instance and the object.

Return Value Condition
Less than zero This instance is less than the object.
Zero This instance is the same as the object.
Greater than zero This instance is greater than the object

-or-

The object is a null reference (Nothing in Visual Basic)

See also

Applies to

.NET 9 וגירסאות אחרות
מוצר גירסאות
.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
.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:
SQLSingle.cs
Source:
SQLSingle.cs
Source:
SQLSingle.cs

Compares this SqlSingle instance to the supplied Object and returns an indication of their relative values.

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

Parameters

value
Object

The Object to be compared.

Returns

A signed number that indicates the relative values of the instance and the object.

Return value Condition
Less than zero This instance is less than the object.
Zero This instance is the same as the object.
Greater than zero This instance is greater than the object

-or-

The object is a null reference (Nothing in Visual Basic)

Implements

See also

Applies to

.NET 9 וגירסאות אחרות
מוצר גירסאות
.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
.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