System::Collections::Generic::operator!= Methode

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

Vergleicht zwei Schlüssel‑Wert‑Paare unter Verwendung der inversen ’equals’‑Semantik.

template<typename TKey,typename TValue> bool System::Collections::Generic::operator!=(const KeyValuePair<TKey, TValue> &left, const KeyValuePair<TKey, TValue> &right)
ParameterBeschreibung
TKeySchlüsseltyp.
TValueWerttyp.
ParameterTypBeschreibung
linksconst KeyValuePair<TKey, TValue>&LHS-Operand.
rechtsconst KeyValuePair<TKey, TValue>&RHS-Operand.

ReturnValue

Wahr, wenn sowohl Schlüssel als auch Werte nicht übereinstimmen, sonst falsch.

Siehe auch