Return true if the specified lhs and rhs objects do not have the same value, and false otherwise.

Synopsis

Declared in <bdldfp_decimalformatconfig.h>

bool
operator!=(
    DecimalFormatConfig const& lhs,
    DecimalFormatConfig const& rhs);

Description

Two DecimalFormatConfig objects do not have the same value if any of their attributes (respectively) do not have the same value. Note that comparison of two string type attributes are done via bsl::strcmp() function.

Return Value

true if lhs and rhs do not have the same value, and false otherwise

Parameters

Name

Description

lhs

left‐hand operand

rhs

right‐hand operand

Created with MrDocs