[#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. Two metric ids do not have same value if they refer to different `MetricDescription` object _addresses_, or exactly one address is 0. [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. Two records do not have same value if they differ in their respective values for `metricId`, `count`, `total`, `min`, or `max` attributes. [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. Two metrics do not have the same value if they record measurements using different collector objects or if one, but not both, have a null collector (i.e., `collector()` is 0). [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. Two format specs do not have same value if they differ in their respective values for `scale` or `format` attributes. [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. Two metric formats do not have same value if they differ in their `formatSpec` for any of the enumerated publication types. [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 the specified `lhs` and `rhs` integer metrics do not have the same value and `false` otherwise. Two integer metrics do not have the same value if they record measurements using different integer collector objects or if one, but not both, have a null collector (i.e., `collector()` is 0). [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. Two sample groups do not have the same value if any of the respective record‐sequence addresses, number of records, or elapsed time, are not the same. [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. Two samples do not have the same value if they have different values for their timestamps, or number of record groups, or if any of the groups of records at corresponding indices have different values. [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..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#