BloombergLP::bslfmt::FormatterSpecificationNumericValue::operator==

Return true if this object equals the specified other object.

Synopsis

Declared in <bslfmt_formatterspecificationnumericvalue.h>

constexpr
bool
operator==(FormatterSpecificationNumericValue const& other) const;

Description

Two FormatterSpecificationNumericValue objects are considered equal if their category and value attributes are both equal.

Return Value

true if the objects are equal, and false otherwise

Parameters

NameDescription
otherobject to compare with this one