[#BloombergLP-bdlm-operator_not_eq-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlm.adoc[bdlm]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` command‐line metric has a different value from the specified `rhs` command‐line metric, and `false` otherwise. Two `Metric` objects do not have the same value if their types are not the same or they have different values. == Synopsis Declared in `<bdlm_metric.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/bdlm/Metric.adoc[Metric] const& lhs, xref:BloombergLP/bdlm/Metric.adoc[Metric] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#