[#BloombergLP-balm-operator_not_eq-095] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balm.adoc[balm]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` sample groups do not have the same value, and `false` otherwise. Two sample groups do not have the same value if any of the respective record‐sequence addresses, number of records, or elapsed time, are not 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]#