SqlDecimal.NotEquals(SqlDecimal, SqlDecimal) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Effectue une comparaison logique des deux paramètres SqlDecimal pour déterminer s'ils ne sont pas égaux.
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
Paramètres
Structure SqlDecimal.
Structure SqlDecimal.
Retours
SqlBoolean qui a la valeur True si les deux instances ne sont pas égales ou False dans le cas contraire. Si l'une ou l'autre instance de SqlDecimal est null, Value de SqlBoolean est Null.