[#BloombergLP-bdlm-operator_not_eq-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlm.adoc[bdlm]::operator!= :relfileprefix: ../../ :mrdocs: Inequality operators == Synopses Declared in `<bdlm_metric.h>` Return `true` if the specified `lhs` and `rhs` objects do not have the same value, and `false` otherwise. Two `MetricDescriptor` objects do not have the same value if any of their attributes (respectively) do not have the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlm/operator_not_eq-03.adoc[operator!=]( xref:BloombergLP/bdlm/MetricDescriptor.adoc[MetricDescriptor] const& lhs, xref:BloombergLP/bdlm/MetricDescriptor.adoc[MetricDescriptor] const& rhs); ---- [.small]#xref:BloombergLP/bdlm/operator_not_eq-03.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlm/operator_not_eq-06.adoc[operator!=]( xref:BloombergLP/bdlm/Metric.adoc[Metric] const& lhs, xref:BloombergLP/bdlm/Metric.adoc[Metric] const& rhs); ---- [.small]#xref:BloombergLP/bdlm/operator_not_eq-06.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#