[#BloombergLP-balxml-operator_not_eq-006] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::operator!= :relfileprefix: ../../ :mrdocs: Return true if the specified `lhs` registry does not have the same value as the specified `rhs` registry and false otherwise. The two registries do not have the same value if there exists a URI string, `u`, such that `lhs.lookup(u)` != `rhs.lookup(u)`. == Synopsis Declared in `<balxml_namespaceregistry.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/balxml/NamespaceRegistry.adoc[NamespaceRegistry] const& lhs, xref:BloombergLP/balxml/NamespaceRegistry.adoc[NamespaceRegistry] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#