Metodo System::Collections::Generic::KeyValuePair::operator<

KeyValuePair::operator< method

Patch per classi ereditate da IComparer<KeyValuePair<TKey, TValue», non confronta nulla.

bool System::Collections::Generic::KeyValuePair<TKey, TValue>::operator<(const KeyValuePair &kvp) const
ParametroTipoDescrizione
kvpconst KeyValuePair&Argomento fittizio.

ReturnValue

Restituisce sempre false.

Vedi anche