System::Xml::operator== method
System::Xml::operator== method
İki XmlQualifiedName nesnesini karşılaştırır.
bool System::Xml::operator==(const SharedPtr<XmlQualifiedName> &a, const SharedPtr<XmlQualifiedName> &b)
| Parameter | Type | Açıklama |
|---|---|---|
| a | const SharedPtr<XmlQualifiedName>& | Karşılaştırılacak bir XmlQualifiedName. |
| b | const SharedPtr<XmlQualifiedName>& | Karşılaştırılacak bir XmlQualifiedName. |
ReturnValue
true if the two objects have the same name and namespace values; otherwise, false.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XmlQualifiedName
- Namespace System::Xml
- Library Aspose.Page for C++