SqlInt64.NotEquals(SqlInt64, SqlInt64) Metoda

Definicja

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

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

Parametry

x
SqlInt64

Struktura SqlInt64 .

y
SqlInt64

Struktura SqlInt64 .

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

Dotyczy

Zobacz też