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

Name

Description

other

object to compare with this one

Created with MrDocs