[#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 is equal to the specified `other` object, otherwise return `false`. Two `FormatterSpecificationNumericValue` objects are considered equal if their `category` and `value` attributes are both equal. == 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; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#