System::Collections::Generic::KeyValuePair::operator< yöntemi

KeyValuePair::operator< method

IComparer<KeyValuePair<TKey, TValue»’dan türetilen sınıflar için yama, hiçbir şeyi karşılaştırmaz.

bool System::Collections::Generic::KeyValuePair<TKey, TValue>::operator<(const KeyValuePair &kvp) const
ParametreTürAçıklama
kvpconst KeyValuePair&Sahte argüman.

ReturnValue

Her zaman false döndürür.

Ayrıca Bakınız