BloombergLP::balxml::operator!=

Return true if the specified lhs and rhs registries do not have the same value.

Synopsis

Declared in <balxml_namespaceregistry.h>

bool
operator!=(
    NamespaceRegistry const& lhs,
    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

NameDescription
lhsfirst registry to compare
rhssecond registry to compare