[#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` object does not have the same value as the specified `rhs` object. [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` and `rhs` registries do not have the same value. [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` do not have the same value. [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` and `rhs` do not have the same value. [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..._]# == Return Value * `true` if the objects do not have the same value, and `false` otherwise * `true` if the registries do not have the same value, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand operand | *rhs* | right‐hand operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#