[#BloombergLP-bdlt-operator_not_eq-089] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::operator!= :relfileprefix: ../../ :mrdocs: 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. == Synopsis Declared in `<bdlt_iso8601utilconfiguration.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/bdlt/Iso8601UtilConfiguration.adoc[Iso8601UtilConfiguration] const& lhs, xref:BloombergLP/bdlt/Iso8601UtilConfiguration.adoc[Iso8601UtilConfiguration] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#