System::Xml::operator== method
System::Xml::operator== method
2 つの 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.Page for C++