SqlDateTime::Equals Method (SqlDateTime, SqlDateTime)
.NET Framework (current version)
Performs a logical comparison of two SqlDateTime structures to determine whether they are equal.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlDateTime
A SqlDateTime structure.
- y
-
Type:
System.Data.SqlTypes::SqlDateTime
A SqlDateTime structure.
Return Value
Type: System.Data.SqlTypes::SqlBooleantrue if the two values are equal. Otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show: