Return true if the specified lhs and rhs objects do not have the same value, and false otherwise.

Synopsis

Declared in <baltzo_zoneinfo.h>

bool
operator!=(
    Zoneinfo const& lhs,
    Zoneinfo const& rhs);

Description

Two Zoneinfo objects do not have the same value if their corresponding identifier attribute does not have the same value, or if both do not store the same sequence of transitions, ordered by time.

Return Value

true if lhs and rhs do not have the same value, and false otherwise

Parameters

Name

Description

lhs

left‐hand operand

rhs

right‐hand operand

Created with MrDocs