[#BloombergLP-balm-operator_eq-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balm.adoc[balm]::operator== :relfileprefix: ../../ :mrdocs: Equality operators == Synopses Declared in `<balm_integermetric.h>` Return `true` if the specified `lhs` and `rhs` metric ids have the same value and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/balm/operator_eq-0f.adoc[operator==]( xref:BloombergLP/balm/MetricId.adoc[MetricId] const& lhs, xref:BloombergLP/balm/MetricId.adoc[MetricId] const& rhs); ---- [.small]#xref:BloombergLP/balm/operator_eq-0f.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` metric records have the same value and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/balm/operator_eq-0b.adoc[operator==]( xref:BloombergLP/balm/MetricRecord.adoc[MetricRecord] const& lhs, xref:BloombergLP/balm/MetricRecord.adoc[MetricRecord] const& rhs); ---- [.small]#xref:BloombergLP/balm/operator_eq-0b.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/balm/operator_eq-02.adoc[operator==]( xref:BloombergLP/balm/Metric.adoc[Metric] const& lhs, xref:BloombergLP/balm/Metric.adoc[Metric] const& rhs); ---- [.small]#xref:BloombergLP/balm/operator_eq-02.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` metric format specs have the same value, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/balm/operator_eq-0ea.adoc[operator==]( xref:BloombergLP/balm/MetricFormatSpec.adoc[MetricFormatSpec] const& lhs, xref:BloombergLP/balm/MetricFormatSpec.adoc[MetricFormatSpec] const& rhs); ---- [.small]#xref:BloombergLP/balm/operator_eq-0ea.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` metric formats have the same value, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/balm/operator_eq-0c.adoc[operator==]( xref:BloombergLP/balm/MetricFormat.adoc[MetricFormat] const& lhs, xref:BloombergLP/balm/MetricFormat.adoc[MetricFormat] const& rhs); ---- [.small]#xref:BloombergLP/balm/operator_eq-0c.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` have the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/balm/operator_eq-0eb.adoc[operator==]( xref:BloombergLP/balm/IntegerMetric.adoc[IntegerMetric] const& lhs, xref:BloombergLP/balm/IntegerMetric.adoc[IntegerMetric] const& rhs); ---- [.small]#xref:BloombergLP/balm/operator_eq-0eb.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` sample groups have the same value, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/balm/operator_eq-08.adoc[operator==]( xref:BloombergLP/balm/MetricSampleGroup.adoc[MetricSampleGroup] const& lhs, xref:BloombergLP/balm/MetricSampleGroup.adoc[MetricSampleGroup] const& rhs); ---- [.small]#xref:BloombergLP/balm/operator_eq-08.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` samples have the same value, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/balm/operator_eq-0d.adoc[operator==]( xref:BloombergLP/balm/MetricSample.adoc[MetricSample] const& lhs, xref:BloombergLP/balm/MetricSample.adoc[MetricSample] const& rhs); ---- [.small]#xref:BloombergLP/balm/operator_eq-0d.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 operand | *rhs* | right‐hand operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#