System::Collections::Generic::KeyValuePair::operator< method

KeyValuePair::operator< method

Patch for classes inherited from IComparer<KeyValuePair<TKey, TValue», doesn’t compare anything.

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

ReturnValue

Always returns false.

See Also