SqlSingle.NotEquals(SqlSingle, SqlSingle) Metoda

Definicja

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

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

Parametry

x
SqlSingle

Struktura SqlSingle .

y
SqlSingle

Struktura SqlSingle .

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

Dotyczy

Zobacz też