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

Name

Description

lhs

first registry to compare

rhs

second registry to compare

Created with MrDocs