[#BloombergLP-balxml-operator_not_eq-006] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` registries do not have the same value. == 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); ---- == Description The two registries do not have the same value if there exists a URI string, `u`, such that `lhs.lookup(u)` != `rhs.lookup(u)`. == Return Value `true` if the registries do not have the same value, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | first registry to compare | *rhs* | second registry to compare |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#