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)
| Parametre | Tür | Açıklama |
|---|---|---|
| a | const SharedPtr<XmlQualifiedName>& | Karşılaştırmak için bir XmlQualifiedName. |
| b | const SharedPtr<XmlQualifiedName>& | Karşılaştırmak için 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.Font for C++