System::Collections::Generic::KeyValuePair::operator< विधि

KeyValuePair::operator< method

IComparer<KeyValuePair<TKey, TValue» से विरासत में मिली कक्षाओं के लिए पैच IComparer<KeyValuePair<TKey, TValue», कुछ भी तुलना नहीं करता।

bool System::Collections::Generic::KeyValuePair<TKey, TValue>::operator<(const KeyValuePair &kvp) const
पैरामीटरप्रकारविवरण
kvpconst KeyValuePair&डमी तर्क।

ReturnValue

हमेशा false लौटाता है।

संबंधित देखें