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

KeyValuePair::operator< method

Parche para clases heredadas de IComparer<KeyValuePair<TKey, TValue», no compara nada.

bool System::Collections::Generic::KeyValuePair<TKey, TValue>::operator<(const KeyValuePair &kvp) const
ParámetroTipoDescripción
kvpconst KeyValuePair&Argumento ficticio.

ReturnValue

Siempre devuelve false.

Ver también