System::Collections::Generic::KeyValuePair::operator< methode

KeyValuePair::operator< method

Patch voor klassen die erven van IComparer<KeyValuePair<TKey, TValue», vergelijkt niets.

bool System::Collections::Generic::KeyValuePair<TKey, TValue>::operator<(const KeyValuePair &kvp) const
ParameterTypeBeschrijving
kvpconst KeyValuePair&Dummy-argument.

ReturnValue

Geeft altijd false terug.

Zie ook