BloombergLP::balm::operator!=

Return true if lhs and rhs do not have the same value.

Synopsis

Declared in <balm_integermetric.h>

bool
operator!=(
    IntegerMetric const& lhs,
    IntegerMetric const& rhs);

Description

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).

Return Value

true if lhs and rhs do not have the same value, and false otherwise

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand