BloombergLP::bdlt::operator==

Return true if the specified lhs and rhs have the same value.

Synopsis

Declared in <bdlt_iso8601utilconfiguration.h>

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

Description

Two Iso8601UtilConfiguration objects have the same value if each of their fractionalSecondPrecision, omitColonInZoneDesignator, useCommaForDecimalSign, and useZAbbreviationForUtc attributes (respectively) have the same value.

Return Value

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

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand