Aspose::Font::Glyphs::operator== 方法
Aspose::Font::Glyphs::operator==(const System::SharedPtr<GlyphId>&, const System::SharedPtr<System::Object>&) method
如果两个字形 ID 相等则返回 true。
bool Aspose::Font::Glyphs::operator==(const System::SharedPtr<GlyphId> &obj1, const System::SharedPtr<System::Object> &obj2)
| 参数 | 类型 | 描述 |
|---|---|---|
| obj1 | const System::SharedPtr<GlyphId>& | 要比较的第一个字形标识符。 |
| obj2 | const System::SharedPtr<System::Object>& | 要比较的第二个字形标识符。 |
ReturnValue
比较结果。
另见
- Typedef SharedPtr
- Class GlyphId
- Class Object
- Namespace Aspose::Font::Glyphs
- Library Aspose.Font for C++
Aspose::Font::Glyphs::operator==(const System::SharedPtr<GlyphUInt32Id>&, const System::SharedPtr<System::Object>&) method
等号运算符实现。
bool Aspose::Font::Glyphs::operator==(const System::SharedPtr<GlyphUInt32Id> &obj1, const System::SharedPtr<System::Object> &obj2)
| 参数 | 类型 | 描述 |
|---|---|---|
| obj1 | const System::SharedPtr<GlyphUInt32Id>& | 要比较的第一个字形标识符 |
| obj2 | const System::SharedPtr<System::Object>& | 要比较的第二个字形标识符 |
ReturnValue
比较结果
另见
- Typedef SharedPtr
- Class GlyphUInt32Id
- Class Object
- Namespace Aspose::Font::Glyphs
- Library Aspose.Font for C++