Return true if this object equals the specified other object.
Declared in <bslfmt_formatterspecificationnumericvalue.h>
constexpr
bool
operator==(FormatterSpecificationNumericValue const& other) const;
Two FormatterSpecificationNumericValue objects are considered equal if their category and value attributes are both equal.
true if the objects are equal, and false otherwise
| Name | Description |
|---|---|
| other | object to compare with this one |