[#BloombergLP-balm-operator_not_eq-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balm.adoc[balm]::operator!= :relfileprefix: ../../ :mrdocs: Inequality operators == Synopses Declared in `<balm_integermetric.h>` Return `true` if the specified `lhs` and `rhs` metric ids do not have the same value and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/balm/operator_not_eq-0f.adoc[operator!=]( xref:BloombergLP/balm/MetricId.adoc[MetricId] const& lhs, xref:BloombergLP/balm/MetricId.adoc[MetricId] const& rhs); ---- [.small]#xref:BloombergLP/balm/operator_not_eq-0f.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` metric records do not have the same value and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/balm/operator_not_eq-06.adoc[operator!=]( xref:BloombergLP/balm/MetricRecord.adoc[MetricRecord] const& lhs, xref:BloombergLP/balm/MetricRecord.adoc[MetricRecord] const& rhs); ---- [.small]#xref:BloombergLP/balm/operator_not_eq-06.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/balm/operator_not_eq-099.adoc[operator!=]( xref:BloombergLP/balm/Metric.adoc[Metric] const& lhs, xref:BloombergLP/balm/Metric.adoc[Metric] const& rhs); ---- [.small]#xref:BloombergLP/balm/operator_not_eq-099.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` metric format specs do not have the same value, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/balm/operator_not_eq-07.adoc[operator!=]( xref:BloombergLP/balm/MetricFormatSpec.adoc[MetricFormatSpec] const& lhs, xref:BloombergLP/balm/MetricFormatSpec.adoc[MetricFormatSpec] const& rhs); ---- [.small]#xref:BloombergLP/balm/operator_not_eq-07.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` metric formats do not have the same value, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/balm/operator_not_eq-0e.adoc[operator!=]( xref:BloombergLP/balm/MetricFormat.adoc[MetricFormat] const& lhs, xref:BloombergLP/balm/MetricFormat.adoc[MetricFormat] const& rhs); ---- [.small]#xref:BloombergLP/balm/operator_not_eq-0e.adoc[_» more..._]# Return `true` if `lhs` and `rhs` do not have the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/balm/operator_not_eq-0c.adoc[operator!=]( xref:BloombergLP/balm/IntegerMetric.adoc[IntegerMetric] const& lhs, xref:BloombergLP/balm/IntegerMetric.adoc[IntegerMetric] const& rhs); ---- [.small]#xref:BloombergLP/balm/operator_not_eq-0c.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` sample groups do not have the same value, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/balm/operator_not_eq-095.adoc[operator!=]( xref:BloombergLP/balm/MetricSampleGroup.adoc[MetricSampleGroup] const& lhs, xref:BloombergLP/balm/MetricSampleGroup.adoc[MetricSampleGroup] const& rhs); ---- [.small]#xref:BloombergLP/balm/operator_not_eq-095.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` samples do not have the same value, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/balm/operator_not_eq-0d.adoc[operator!=]( xref:BloombergLP/balm/MetricSample.adoc[MetricSample] const& lhs, xref:BloombergLP/balm/MetricSample.adoc[MetricSample] const& rhs); ---- [.small]#xref:BloombergLP/balm/operator_not_eq-0d.adoc[_» more..._]# == Return Value * `true` if `lhs` and `rhs` do not have the same value, and `false` otherwise * `true` if `lhs` and `rhs` do not have the same value, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand operand | *rhs* | right‐hand operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#