System::Xml::operator== method
System::Xml::operator== method
يقارن كائنين من 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.Font for C++