System::SmartPtrInfo::operator< 方法
SmartPtrInfo::operator< method
Less-比较两个信息对象引用的指针的值。
bool System::SmartPtrInfo::operator<(const SmartPtrInfo &other) const
| Parameter | Type | 描述 |
|---|---|---|
| 其他 | const SmartPtrInfo& | 用于比较的指针信息。 |
ReturnValue
如果当前信息对象引用的指针的值先于另一个指针的值,则为 True;否则为 false。
另见
- Class SmartPtrInfo
- Class SmartPtrInfo
- Namespace System
- Library Aspose.Page for C++