[#absl-operator_eq-0dc] = xref:absl.adoc[absl]::operator== :relfileprefix: ../ :mrdocs: Returns whether two time zones are equal. == 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 the same zone. == 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]#