SqlInt16.NotEquals(SqlInt16, SqlInt16) Metoda

Definicja

Wykonuje logiczne porównanie dwóch SqlInt16 struktur, aby określić, czy nie są równe.

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

Parametry

x
SqlInt16

Struktura SqlInt16 .

y
SqlInt16

Struktura SqlInt16 .

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 SqlInt16 ma wartość null, Value element SqlBoolean będzie mieć wartość Null.

Dotyczy

Zobacz też