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

Name

Description

a

The left‐hand time zone.

b

The right‐hand time zone.

Created with MrDocs