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).
Declared in <balxml_namespaceregistry.h>
bool
operator!=(
NamespaceRegistry const& lhs,
NamespaceRegistry const& rhs);