[#BloombergLP-bslfmt-FormatterSpecificationNumericValue-operator_eq] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::xref:BloombergLP/bslfmt/FormatterSpecificationNumericValue.adoc[FormatterSpecificationNumericValue]::operator== :relfileprefix: ../../../ :mrdocs: Return `true` if this object equals the specified `other` object. == Synopsis Declared in `<bslfmt_formatterspecificationnumericvalue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bool operator==(xref:BloombergLP/bslfmt/FormatterSpecificationNumericValue.adoc[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 [cols="1,4"] |=== | Name| Description | *other* | object to compare with this one |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#