[#BloombergLP-bdlm-operator_eq-0b9] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlm.adoc[bdlm]::operator== :relfileprefix: ../../ :mrdocs: Equality operators == Synopses Declared in `<bdlm_metric.h>` Return `true` if the specified `lhs` and `rhs` objects have the same value, and `false` otherwise. Two `MetricDescriptor` objects have the same value if each of their attributes (respectively) have the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlm/operator_eq-0b7.adoc[operator==]( xref:BloombergLP/bdlm/MetricDescriptor.adoc[MetricDescriptor] const& lhs, xref:BloombergLP/bdlm/MetricDescriptor.adoc[MetricDescriptor] const& rhs); ---- [.small]#xref:BloombergLP/bdlm/operator_eq-0b7.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` have the same value, and `false` otherwise. Two `Metric` objects have the same value if their types are the same and they have the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlm/operator_eq-0e.adoc[operator==]( xref:BloombergLP/bdlm/Metric.adoc[Metric] const& lhs, xref:BloombergLP/bdlm/Metric.adoc[Metric] const& rhs); ---- [.small]#xref:BloombergLP/bdlm/operator_eq-0e.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#