SqlDecimal.NotEquals(SqlDecimal, SqlDecimal) Metoda

Definice

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

public:
 static System::Data::SqlTypes::SqlBoolean NotEquals(System::Data::SqlTypes::SqlDecimal x, System::Data::SqlTypes::SqlDecimal y);
public static System.Data.SqlTypes.SqlBoolean NotEquals(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y);
static member NotEquals : System.Data.SqlTypes.SqlDecimal * System.Data.SqlTypes.SqlDecimal -> System.Data.SqlTypes.SqlBoolean
Public Shared Function NotEquals (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 .

Platí pro

Viz také