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