طريقة System::Xml::operator!=
System::Xml::operator!= method
يقارن كائنين من XmlQualifiedName.
bool System::Xml::operator!=(const SharedPtr<XmlQualifiedName> &a, const SharedPtr<XmlQualifiedName> &b)
| Parameter | Type | الوصف |
|---|---|---|
| a | const SharedPtr<XmlQualifiedName>& | كائن XmlQualifiedName للمقارنة. |
| b | const SharedPtr<XmlQualifiedName>& | كائن XmlQualifiedName للمقارنة. |
ReturnValue
true if the name and namespace values for the two objects differ; otherwise, false.
انظر أيضًا
- Typedef SharedPtr
- Class XmlQualifiedName
- Namespace System::Xml
- Library Aspose.Page for C++