[#BloombergLP-balm-operator_not_eq-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balm.adoc[balm]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` metric ids do not have the same value and `false` otherwise. Two metric ids do not have same value if they refer to different `MetricDescription` object _addresses_, or exactly one address is 0. == Synopsis Declared in `<balm_metricid.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/balm/MetricId.adoc[MetricId] const& lhs, xref:BloombergLP/balm/MetricId.adoc[MetricId] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#