System::Xml::operator!= 方法

System::Xml::operator!= method

比较两个 XmlQualifiedName 对象。

bool System::Xml::operator!=(const SharedPtr<XmlQualifiedName> &a, const SharedPtr<XmlQualifiedName> &b)
参数类型描述
aconst SharedPtr<XmlQualifiedName>&一个用于比较的 XmlQualifiedName
bconst SharedPtr<XmlQualifiedName>&一个用于比较的 XmlQualifiedName

ReturnValue

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

另见