System::Xml::operator== method
System::Xml::operator== method
Membandingkan dua objek XmlQualifiedName.
bool System::Xml::operator==(const SharedPtr<XmlQualifiedName> &a, const SharedPtr<XmlQualifiedName> &b)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| a | const SharedPtr<XmlQualifiedName>& | Sebuah XmlQualifiedName untuk dibandingkan. |
| b | const SharedPtr<XmlQualifiedName>& | Sebuah XmlQualifiedName untuk dibandingkan. |
ReturnValue
true if the two objects have the same name and namespace values; otherwise, false.
Lihat Juga
- Typedef SharedPtr
- Class XmlQualifiedName
- Namespace System::Xml
- Library Aspose.Page for C++