absl::operator!=

Returns whether two time zones are unequal.

Synopsis

Declared in <absl/time/time.h>

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

Return Value

true if a and b refer to different zones.

Parameters

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