System::Collections::Generic::operator!= méthode

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

Compare deux paires clé-valeur en utilisant la sémantique inverse ’equals'.

template<typename TKey,typename TValue> bool System::Collections::Generic::operator!=(const KeyValuePair<TKey, TValue> &left, const KeyValuePair<TKey, TValue> &right)
ParamètreDescription
TKeyType de clé.
TValueType valeur.
ParamètreTypeDescription
gaucheconst KeyValuePair<TKey, TValue>&Opérande LHS.
droiteconst KeyValuePair<TKey, TValue>&Opérande RHS.

ReturnValue

Vrai si les deux clés et valeurs ne correspondent pas, faux sinon.

Voir aussi