Метод System::Collections::Generic::KeyValuePair::operator<

KeyValuePair::operator< method

Заплатка для классов, наследуемых от IComparer<KeyValuePair<TKey, TValue», не сравнивает ничего.

bool System::Collections::Generic::KeyValuePair<TKey, TValue>::operator<(const KeyValuePair &kvp) const
ПараметрТипОписание
kvpconst KeyValuePair&Фиктивный аргумент.

ReturnValue

Всегда возвращает false.

См. также