Return true if the specified lhs and rhs metric formats have the same value, and false otherwise.
Declared in <balm_metricformat.h>
bool
operator==(
MetricFormat const& lhs,
MetricFormat const& rhs);
Two metric formats have the same value if they have the same value for formatSpec for each of the enumerated publication types.
true if lhs and rhs have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |