System::WeakPtr::operator== 方法
WeakPtr::operator== method
检查弱指针是否为 null。
bool System::WeakPtr<T>::operator==(std::nullptr_t) const
ReturnValue
如果弱指针为 null 则返回 true,否则返回 false。
另见
- Class WeakPtr
- Namespace System
- Library Aspose.Page for C++
检查弱指针是否为 null。
bool System::WeakPtr<T>::operator==(std::nullptr_t) const
如果弱指针为 null 则返回 true,否则返回 false。