Return true if the specified lhs and rhs metric ids 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 have the same value if they each hold the address of the same MetricDescription object, or both addresses are 0.

Return Value

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

Parameters

Name

Description

lhs

left‐hand operand

rhs

right‐hand operand

Created with MrDocs