operator<()

KeyValuePair::operator<(const KeyValuePair&) const 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

Arguments

ParameterTypeDescription
kvpconst KeyValuePair&Dummy argument.

Return Value

Always returns false.

See Also