[#BloombergLP-balxml-operator_not_eq-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::operator!= :relfileprefix: ../../ :mrdocs: Inequality operators == Synopses Declared in `<balxml_decoderoptions.h>` Return `true` if the specified `lhs` and `rhs` attribute objects do not have the same value, and `false` otherwise. Two attribute objects do not have the same value if one or more respective attributes differ in values. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/balxml/operator_not_eq-00a.adoc[operator!=]( xref:BloombergLP/balxml/EncoderOptions.adoc[EncoderOptions] const& lhs, xref:BloombergLP/balxml/EncoderOptions.adoc[EncoderOptions] const& rhs); ---- [.small]#xref:BloombergLP/balxml/operator_not_eq-00a.adoc[_» more..._]# Return true if the specified `lhs` object does not have the same value as the specified `rhs` object. The two objects have the same value if `severity()`, `lineNumber()`, `columnNumber()`, `source()`, and `message()` return equal values for both. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/balxml/operator_not_eq-0d.adoc[operator!=]( xref:BloombergLP/balxml/ErrorInfo.adoc[ErrorInfo] const& lhs, xref:BloombergLP/balxml/ErrorInfo.adoc[ErrorInfo] const& rhs); ---- [.small]#xref:BloombergLP/balxml/operator_not_eq-0d.adoc[_» more..._]# 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)`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/balxml/operator_not_eq-006.adoc[operator!=]( xref:BloombergLP/balxml/NamespaceRegistry.adoc[NamespaceRegistry] const& lhs, xref:BloombergLP/balxml/NamespaceRegistry.adoc[NamespaceRegistry] const& rhs); ---- [.small]#xref:BloombergLP/balxml/operator_not_eq-006.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` attribute objects do not have the same value, and `false` otherwise. Two attribute objects do not have the same value if one or more respective attributes differ in values. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/balxml/operator_not_eq-0c.adoc[operator!=]( xref:BloombergLP/balxml/DecoderOptions.adoc[DecoderOptions] const& lhs, xref:BloombergLP/balxml/DecoderOptions.adoc[DecoderOptions] const& rhs); ---- [.small]#xref:BloombergLP/balxml/operator_not_eq-0c.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#