[#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` objects have the same value, and `false` otherwise. [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` have 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` and `rhs` have 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..._]# == Return Value * `true` if both objects have the same value, and `false` otherwise * `true` if both registries 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]#