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