SqlString.NotEquals(SqlString, SqlString) Metoda

Definice

Provede logické porovnání obou SqlString operandů a určí, zda si nejsou rovny.

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

Parametry

x
SqlString

Úloha SqlString.

y
SqlString

Úloha SqlString.

Návraty

A SqlBoolean to je True , pokud si dvě instance nejsou rovny nebo False jsou si obě instance rovny. Pokud je některý z instancí SqlString null, Value bude Nullhodnota SqlBoolean .

Platí pro

Viz také