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.
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.
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.
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.
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.
bool
operator!=(
LocalTimePeriod const& lhs,
LocalTimePeriod const& rhs);
» more...
Return true if the specified lhs and rhs objects do not have the same value, and false otherwise.
bool
operator!=(
ZoneinfoBinaryHeader const& lhs,
ZoneinfoBinaryHeader const& rhs);
» more...
true if lhs and rhs do not have the same value, and false otherwisetrue if lhs and rhs do not have the same value, and false otherwise| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |