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
Parameter | Type | Description |
---|---|---|
kvp | const KeyValuePair& | Dummy argument. |
ReturnValue
Always returns false.
See Also
- Class KeyValuePair
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++