SqlInt16.NotEquals(SqlInt16, SqlInt16) Metodo

Definizione

Esegue un confronto logico su due strutture SqlInt16 per stabilire se sono diverse.

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

Parametri

x
SqlInt16

Struttura SqlInt16.

y
SqlInt16

Struttura SqlInt16.

Restituisce

Oggetto SqlBoolean che è True se le due istanze non sono uguali o False in caso contrario. Se l'istanza di SqlInt16 è null, la proprietà Value dell'oggetto SqlBoolean sarà Null.

Si applica a

Vedi anche