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&Platzhalterargument.

ReturnValue

Gibt immer false zurück.

Siehe auch