BloombergLP::bdlt::operator!=

Return true if the configurations differ.

Synopsis

Declared in <bdlt_iso8601utilparseconfiguration.h>

bool
operator!=(
    Iso8601UtilParseConfiguration lhs,
    Iso8601UtilParseConfiguration rhs);

Description

Return true if the specified lhs and rhs objects do not have the same value, and false otherwise. Two Iso8601UtilParseConfiguration objects do not have the same value if either of their basic or relaxed attributes (respectively) do not have the same value.

Return Value

true if the configurations differ, and false otherwise

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand