SqlDateTime::CompareTo Method (SqlDateTime)

 

Compares this SqlDateTime structure to the supplied SqlDateTime structure and returns an indication of their relative values.

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

public:
int CompareTo(
	SqlDateTime value
)

Parameters

value
Type: System.Data.SqlTypes::SqlDateTime

The SqlDateTime structure to be compared.

Return Value

Type: System::Int32

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 SqlDateTime.

Zero

This instance is the same as SqlDateTime.

Greater than zero

This instance is greater than SqlDateTime

-or-

SqlDateTime is a null reference (Nothing in Visual Basic)

.NET Framework
Available since 2.0
Return to top
Show: