[#BloombergLP-bdlt-operator_eq-094] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::operator== :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` objects have the same value, and `false` otherwise. Two `Iso8601UtilParseConfiguration` objects have the same value if each of their `basic` and `relaxed` attributes (respectively) have the same value. == Synopsis Declared in `<bdlt_iso8601utilparseconfiguration.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:BloombergLP/bdlt/Iso8601UtilParseConfiguration.adoc[Iso8601UtilParseConfiguration] lhs, xref:BloombergLP/bdlt/Iso8601UtilParseConfiguration.adoc[Iso8601UtilParseConfiguration] rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#