طريقة System::Xml::operator!=

System::Xml::operator!= method

يقارن كائنين من XmlQualifiedName.

bool System::Xml::operator!=(const SharedPtr<XmlQualifiedName> &a, const SharedPtr<XmlQualifiedName> &b)
ParameterTypeالوصف
aconst SharedPtr<XmlQualifiedName>&كائن XmlQualifiedName للمقارنة.
bconst SharedPtr<XmlQualifiedName>&كائن XmlQualifiedName للمقارنة.

ReturnValue

true if the name and namespace values for the two objects differ; otherwise, false.

انظر أيضًا