System::Xml::operator== 方法
System::Xml::operator== method
比较两个 XmlQualifiedName 对象。
bool System::Xml::operator==(const SharedPtr<XmlQualifiedName> &a, const SharedPtr<XmlQualifiedName> &b)
| 参数 | 类型 | 描述 |
|---|---|---|
| a | const SharedPtr<XmlQualifiedName>& | 一个用于比较的 XmlQualifiedName。 |
| b | const SharedPtr<XmlQualifiedName>& | 一个用于比较的 XmlQualifiedName。 |
ReturnValue
true if the two objects have the same name and namespace values; otherwise, false.
另见
- Typedef SharedPtr
- Class XmlQualifiedName
- Namespace System::Xml
- Library Aspose.Font for C++