BloombergLP::balm::operator!=

Return true if the specified lhs and rhs metric ids do not have the same value and false otherwise.

Synopsis

Declared in <balm_metricid.h>

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

Description

Two metric ids do not have same value if they refer to different MetricDescription object addresses, or exactly one address 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