System::Collections::Generic::KeyValuePair::operator<-Methode

KeyValuePair::operator< method

Patch für Klassen, die von IComparer<KeyValuePair<TKey, TValue» erben, vergleicht nichts.

bool System::Collections::Generic::KeyValuePair<TKey, TValue>::operator<(const KeyValuePair &kvp) const
ParameterTypBeschreibung
kvpconst KeyValuePair&Platzhalter-Argument.

ReturnValue

Gibt immer false zurück.

Siehe auch