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

Synopsis

Declared in <balm_metricformat.h>

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

Description

Two metric formats do not have same value if they differ in their formatSpec for any of the enumerated publication types.

Return Value

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

Parameters

Name

Description

lhs

left‐hand operand

rhs

right‐hand operand

Created with MrDocs