System::Guid::operator== 方法
Guid::operator== method
判断当前对象和指定对象所表示的 GUID 是否相等。
bool System::Guid::operator==(const Guid &b) const
| Parameter | Type | 描述 |
|---|---|---|
| b | const Guid& | 比较对象 |
ReturnValue
如果当前对象和指定对象表示的 GUID 相等则为 true,否则为 false
另见
- Class Guid
- Class Guid
- Namespace System
- Library Aspose.Page for C++