System::Xml::operator== Methode
System::Xml::operator== method
Vergleicht zwei XmlQualifiedName Objekte.
bool System::Xml::operator==(const SharedPtr<XmlQualifiedName> &a, const SharedPtr<XmlQualifiedName> &b)
| Parameter | Typ | Beschreibung |
|---|---|---|
| a | const SharedPtr<XmlQualifiedName>& | Ein XmlQualifiedName zum Vergleichen. |
| b | const SharedPtr<XmlQualifiedName>& | Ein XmlQualifiedName zum Vergleichen. |
ReturnValue
true if the two objects have the same name and namespace values; otherwise, false.
Siehe auch
- Typedef SharedPtr
- Class XmlQualifiedName
- Namespace System::Xml
- Library Aspose.Font for C++