SqlDateTime.NotEquals(SqlDateTime, SqlDateTime) Metoda

Definicja

Wykonuje logiczne porównanie dwóch wystąpień SqlDateTime , aby określić, czy nie są równe.

public:
 static System::Data::SqlTypes::SqlBoolean NotEquals(System::Data::SqlTypes::SqlDateTime x, System::Data::SqlTypes::SqlDateTime y);
public static System.Data.SqlTypes.SqlBoolean NotEquals (System.Data.SqlTypes.SqlDateTime x, System.Data.SqlTypes.SqlDateTime y);
static member NotEquals : System.Data.SqlTypes.SqlDateTime * System.Data.SqlTypes.SqlDateTime -> System.Data.SqlTypes.SqlBoolean
Public Shared Function NotEquals (x As SqlDateTime, y As SqlDateTime) As SqlBoolean

Parametry

x
SqlDateTime

Struktura SqlDateTime .

y
SqlDateTime

Struktura SqlDateTime .

Zwraca

Oznacza SqlBoolean to, True że dwa wystąpienia nie są równe lub False dwa wystąpienia są równe. Jeśli dowolne wystąpienie klasy SqlDateTime ma wartość null, Value element SqlBoolean będzie mieć wartość Null.

Dotyczy

Zobacz też