absl::operator==

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

NameDescription
aThe left-hand time zone.
bThe right-hand time zone.