System::Xml::operator== method
System::Xml::operator== method
比较两个 XmlQualifiedName 对象。
bool System::Xml::operator==(const SharedPtr<XmlQualifiedName> &a, const SharedPtr<XmlQualifiedName> &b)
| Parameter | Type | 描述 |
|---|---|---|
| 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.Page for C++