Inequality operators
Declared in <baltzo_localdatetime.h>
Return true if the specified lhs and rhs objects do not have the same value, and false otherwise. Two LocalTimeDescriptor objects do not have the same value if any of the corresponding values of their utcOffsetInSeconds, dstInEffectFlag, or description attributes are not the same.
bool
operator!=(
LocalTimeDescriptor const& lhs,
LocalTimeDescriptor const& rhs);
» more...
Return true if the specified lhs and rhs objects do not have the same value, and false otherwise. Two ZoneinfoTransition objects do not have the same value if the corresponding value of their utcTime is not the same or if they do not refer to the same descriptor address.
bool
operator!=(
ZoneinfoTransition const& lhs,
ZoneinfoTransition const& rhs);
» more...
Return true if the specified lhs and rhs objects do not have the same value, and false otherwise. 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.
bool
operator!=(
Zoneinfo const& lhs,
Zoneinfo const& rhs);
» more...
Return true if the specified lhs and rhs objects do not have the same value, and false otherwise. Two LocalDatetime objects do not have the same value if any of the corresponding values of their datetimeTz or timeZoneId attributes are not the same.
bool
operator!=(
LocalDatetime const& lhs,
LocalDatetime const& rhs);
» more...
Return true if the specified lhs and rhs objects do not have the same value, and false otherwise. Two LocalTimePeriod objects do not have the same value if the corresponding values of their descriptor, utcStartTime, or utcEndTime attributes are not the same.
bool
operator!=(
LocalTimePeriod const& lhs,
LocalTimePeriod const& rhs);
» more...
Return true if the specified lhs and rhs objects have the same value, and false otherwise. Two ZoneinfoBinaryHeader objects do not have the same value if the corresponding values of their version, numIsGmt, numIsStd, numLeaps, numTransitions, numLocalTimeTypes, or abbrevDataSize attributes are not the same.
bool
operator!=(
ZoneinfoBinaryHeader const& lhs,
ZoneinfoBinaryHeader const& rhs);
» more...