System::Xml::XmlQualifiedName::Equals 方法
XmlQualifiedName::Equals method
确定指定的 XmlQualifiedName 对象是否等于当前的 XmlQualifiedName 对象。
bool System::Xml::XmlQualifiedName::Equals(SharedPtr<Object> other) override
| 参数 | 类型 | 描述 |
|---|---|---|
| other | SharedPtr<Object> | 要比较的 XmlQualifiedName。 |
ReturnValue
true if the two are the same instance object; otherwise, false.
另见
- Typedef SharedPtr
- Class Object
- Class XmlQualifiedName
- Namespace System::Xml
- Library Aspose.Font for C++