[#BloombergLP-balxml-operator_eq-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::operator== :relfileprefix: ../../ :mrdocs: Equality operators == Synopses Declared in `<balxml_decoderoptions.h>` Return `true` if the specified `lhs` and `rhs` attribute objects have the same value, and `false` otherwise. Two attribute objects have the same value if each respective attribute has the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/balxml/operator_eq-05.adoc[operator==]( xref:BloombergLP/balxml/EncoderOptions.adoc[EncoderOptions] const& lhs, xref:BloombergLP/balxml/EncoderOptions.adoc[EncoderOptions] const& rhs); ---- [.small]#xref:BloombergLP/balxml/operator_eq-05.adoc[_» more..._]# Return true if the specified `lhs` object has 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_eq-0e6.adoc[operator==]( xref:BloombergLP/balxml/ErrorInfo.adoc[ErrorInfo] const& lhs, xref:BloombergLP/balxml/ErrorInfo.adoc[ErrorInfo] const& rhs); ---- [.small]#xref:BloombergLP/balxml/operator_eq-0e6.adoc[_» more..._]# Must be a friend for engineering reasons. Unlike most value‐semantic types, there is no efficient way to read the entire value of a namespace registry object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/balxml/operator_eq-0ed.adoc[operator==]( xref:BloombergLP/balxml/NamespaceRegistry.adoc[NamespaceRegistry] const& lhs, xref:BloombergLP/balxml/NamespaceRegistry.adoc[NamespaceRegistry] const& rhs); ---- [.small]#xref:BloombergLP/balxml/operator_eq-0ed.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` attribute objects have the same value, and `false` otherwise. Two attribute objects have the same value if each respective attribute has the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/balxml/operator_eq-0f.adoc[operator==]( xref:BloombergLP/balxml/DecoderOptions.adoc[DecoderOptions] const& lhs, xref:BloombergLP/balxml/DecoderOptions.adoc[DecoderOptions] const& rhs); ---- [.small]#xref:BloombergLP/balxml/operator_eq-0f.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#