[#BloombergLP-balm-operator_eq-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balm.adoc[balm]::operator== :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` sample groups have the same value, and `false` otherwise. Two sample groups have the same value if the respective record sequence‐addresses, number of records, and elapsed time are the same. == Synopsis Declared in `<balm_metricsample.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:BloombergLP/balm/MetricSampleGroup.adoc[MetricSampleGroup] const& lhs, xref:BloombergLP/balm/MetricSampleGroup.adoc[MetricSampleGroup] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#