System::Collections::Generic::KeyValuePair::operator< méthode

KeyValuePair::operator< method

Correctif pour les classes héritées de IComparer<KeyValuePair<TKey, TValue», ne compare rien.

bool System::Collections::Generic::KeyValuePair<TKey, TValue>::operator<(const KeyValuePair &kvp) const
ParamètreTypeDescription
kvpconst KeyValuePair&Argument factice.

ReturnValue

Retourne toujours false.

Voir aussi