Metodo System::Collections::Generic::operator!=

System::Collections::Generic::operator!= method

Confronta due coppie chiave-valore usando la semantica inversa ’equals'.

template<typename TKey,typename TValue> bool System::Collections::Generic::operator!=(const KeyValuePair<TKey, TValue> &left, const KeyValuePair<TKey, TValue> &right)
ParametroDescrizione
TKeyTipo di chiave.
TValueTipo valore.
ParametroTipoDescrizione
sinistraconst KeyValuePair<TKey, TValue>&Operando LHS.
destraconst KeyValuePair<TKey, TValue>&Operando RHS.

ReturnValue

Vero se sia le chiavi che i valori non corrispondono, falso altrimenti.

Vedi anche