Return true if the specified lhs and rhs metric formats 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 have the same value if they have the same value for formatSpec for each of the enumerated publication types.
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