SqlInt32.NotEquals(SqlInt32, SqlInt32) Metoda

Definicja

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

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

Parametry

x
SqlInt32

Struktura SqlInt32 .

y
SqlInt32

Struktura SqlInt32 .

Zwraca

Jest SqlBoolean to True , jeśli dwa wystąpienia nie są równe lub False jeśli dwa wystąpienia są równe. Jeśli jedno z wystąpień SqlInt32 ma wartość null, element SqlBooleanValue będzie mieć Nullwartość .

Dotyczy

Zobacz też