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

Synopsis

Declared in <baltzo_zoneinfo.h>

bool
operator==(
    ZoneinfoTransition const& lhs,
    ZoneinfoTransition const& rhs);

Description

Two ZoneinfoTransition objects have the same value if the corresponding value of their utcTime attribute is the same and both refer to the same descriptor address.

Return Value

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

Parameters

Name

Description

lhs

left‐hand transition

rhs

right‐hand transition

Created with MrDocs