System::Collections::Generic::KeyValuePair::operator< method
KeyValuePair::operator< method
针对从 IComparer<KeyValuePair<TKey, TValue» 继承的类的补丁,不进行任何比较。
bool System::Collections::Generic::KeyValuePair<TKey, TValue>::operator<(const KeyValuePair &kvp) const
| Parameter | Type | 描述 |
|---|---|---|
| kvp | const KeyValuePair& | 虚拟参数。 |
ReturnValue
始终返回 false。
另见
- Class KeyValuePair
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Page for C++