System::Collections::Generic::KeyValuePair::operator< metod

KeyValuePair::operator< method

Patch för klasser som ärver från IComparer<KeyValuePair<TKey, TValue», jämför ingenting.

bool System::Collections::Generic::KeyValuePair<TKey, TValue>::operator<(const KeyValuePair &kvp) const
ParameterTypeBeskrivning
kvpconst KeyValuePair&Dummy‑argument.

ReturnValue

Returnerar alltid falskt.

Se även