[#BloombergLP-bdlt-operator_not_eq-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` `Datetime` objects do not have the same value, and `false` otherwise. Two `Datetime` objects do not have the same value if they do not have the same values for either of their "date" or "time" parts, respectively. == Synopsis Declared in `<bdlt_datetime.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/bdlt/Datetime.adoc[Datetime] const& lhs, xref:BloombergLP/bdlt/Datetime.adoc[Datetime] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#