SqlDecimal.Inequality(SqlDecimal, SqlDecimal) Operátor

Definice

Provede logické porovnání těchto dvou SqlDecimal parametrů a určí, jestli nejsou stejné.

public:
 static System::Data::SqlTypes::SqlBoolean operator !=(System::Data::SqlTypes::SqlDecimal x, System::Data::SqlTypes::SqlDecimal y);
public static System.Data.SqlTypes.SqlBoolean operator !=(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y);
static member op_Inequality : System.Data.SqlTypes.SqlDecimal * System.Data.SqlTypes.SqlDecimal -> System.Data.SqlTypes.SqlBoolean
Public Shared Operator != (x As SqlDecimal, y As SqlDecimal) As SqlBoolean

Parametry

x
SqlDecimal

Struktura SqlDecimal .

y
SqlDecimal

Struktura SqlDecimal .

Návraty

To SqlBoolean znamená True , že tyto dvě instance nejsou stejné nebo False pokud jsou tyto dvě instance stejné. Pokud je některý z SqlDecimal instancí null, Value bude SqlBooleanhodnota Null .

Poznámky

Ekvivalentní metoda tohoto operátoru je SqlDecimal.NotEquals(SqlDecimal, SqlDecimal).

Platí pro

Viz také