Return true if the specified lhs and rhs objects have the same value, and false otherwise. 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.

Synopsis

Declared in <baltzo_zoneinfo.h>

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

Created with MrDocs