Return true if the configurations differ.

Synopsis

Declared in <bdlt_iso8601utilconfiguration.h>

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

Description

Return true if the specified lhs and rhs objects do not have the same value, and false otherwise. Two Iso8601UtilConfiguration objects do not have the same value if any of their fractionalSecondPrecision, omitColonInZoneDesignator, useCommaForDecimalSign, or useZAbbreviationForUtc attributes (respectively) do not have the same value.

Return Value

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

Parameters

Name

Description

lhs

left‐hand operand

rhs

right‐hand operand

Created with MrDocs