[#absl-operator_not_eq-052] = xref:absl.adoc[absl]::operator!= :relfileprefix: ../ :mrdocs: Returns whether two times are unequal. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bool operator!=( xref:absl/Time.adoc[Time] lhs, xref:absl/Time.adoc[Time] rhs); ---- == Return Value `true` if `lhs` does not equal `rhs`. == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | The left‐hand time. | *rhs* | The right‐hand time. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#