Return true if the specified lhs and rhs registries do not have the same value.
Declared in <balxml_namespaceregistry.h>
bool
operator!=(
NamespaceRegistry const& lhs,
NamespaceRegistry const& rhs);
The two registries do not have the same value if there exists a URI string, u, such that lhs.lookup(u) != rhs.lookup(u).
true if the registries do not have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | first registry to compare |
| rhs | second registry to compare |