System::Uri::Equals 方法
Uri::Equals method
确定当前对象和指定对象所表示的 URI 是否相等。
virtual bool System::Uri::Equals(SharedPtr<Object> comparand) override
| 参数 | 类型 | 描述 |
|---|---|---|
| comparand | SharedPtr<Object> | 用于与当前对象比较的 Uri 对象 |
ReturnValue
如果 URI 相等则为 True,否则为 false
另见
- Typedef SharedPtr
- Class Object
- Class Uri
- Namespace System
- Library Aspose.Font for C++