[#BloombergLP-bdlt-operator_eq-000] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::operator== :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` `DateTz` objects have the same value, and `false` otherwise. Two `DateTz` objects have the same value if they have the same local date value and the same time zone offset value. == Synopsis Declared in `<bdlt_datetz.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:BloombergLP/bdlt/DateTz.adoc[DateTz] const& lhs, xref:BloombergLP/bdlt/DateTz.adoc[DateTz] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#