[#BloombergLP-bdlt-operator_not_eq-098] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::operator!= :relfileprefix: ../../ :mrdocs: Return whether the specified `lhs` and `rhs` do not have the same 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); ---- == Description Return `true` if the specified `lhs` and `rhs` `DateTz` objects do not have the same value, and `false` otherwise. Two `DateTz` objects do not have the same value if they do not have the same local date values or the same time zone offset values. == Return Value `true` if `lhs` and `rhs` do not have the same value, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand‐side operand | *rhs* | right‐hand‐side operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#