[#absl-operator_not_eq-0e1] = xref:absl.adoc[absl]::operator!= :relfileprefix: ../ :mrdocs: Returns whether two time zones are unequal. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:absl/TimeZone.adoc[TimeZone] a, xref:absl/TimeZone.adoc[TimeZone] b); ---- == Return Value `true` if `a` and `b` refer to different zones. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The left‐hand time zone. | *b* | The right‐hand time zone. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#