Return true if the specified lhs and rhs objects have the same value, and false otherwise.
Declared in <bdldfp_decimalformatconfig.h>
bool
operator==(
DecimalFormatConfig const& lhs,
DecimalFormatConfig const& rhs);
Two DecimalFormatConfig objects have the same value if each of their attributes (respectively) have the same value. Note that comparison of two string type attributes are done via bsl::strcmp() function.
true if lhs and rhs have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |