[#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` 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` and `rhs` metrics do not have the same value and `false` otherwise. [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..._]# == Return Value * `true` if `lhs` and `rhs` do not have the same value, and `false` otherwise * `true` if `lhs` and `rhs` have different values, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand‐side operand of the comparison | *rhs* | right‐hand‐side operand of the comparison |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#