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

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

Vergleicht zwei Schlüssel‑Wert‑Paare mittels inverser ’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>&Rechtsseitiger Operand.

ReturnValue

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

Siehe auch