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
Parameter | Type | Description |
---|---|---|
kvp | const KeyValuePair& | Dummy argument. |
Return Value
Always returns false.
See Also
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Slides