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