Returns whether two time zones are equal.

Synopsis

Declared in <absl/time/time.h>

bool
operator==(
    TimeZone a,
    TimeZone b);

Return Value

true if a and b refer to the same zone.

Parameters

Name

Description

a

The left‐hand time zone.

b

The right‐hand time zone.

Created with MrDocs