System::Xml::operator!= método

System::Xml::operator!= method

Compara dos objetos XmlQualifiedName.

bool System::Xml::operator!=(const SharedPtr<XmlQualifiedName> &a, const SharedPtr<XmlQualifiedName> &b)
ParámetroTipoDescripción
aconst SharedPtr<XmlQualifiedName>&Un XmlQualifiedName para comparar.
bconst SharedPtr<XmlQualifiedName>&Un XmlQualifiedName para comparar.

ReturnValue

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

Ver también