Equality operators
Synopses
Declared in <baltzo_localdatetime.h>
Return true if the specified lhs and rhs objects have the same value, and false otherwise.
bool
operator==(
LocalTimeDescriptor const& lhs,
LocalTimeDescriptor const& rhs);
Return true if the specified lhs and rhs objects have the same value, and false otherwise.
bool
operator==(
Zoneinfo const& lhs,
Zoneinfo const& rhs);
Return true if the specified lhs and rhs objects have the same value, and false otherwise.
bool
operator==(
ZoneinfoTransition const& lhs,
ZoneinfoTransition const& rhs);
Return true if the specified lhs and rhs objects have the same value, and false otherwise.
bool
operator==(
LocalDatetime const& lhs,
LocalDatetime const& rhs);
Return true if the specified lhs and rhs objects have the same value, and false otherwise.
bool
operator==(
LocalTimePeriod const& lhs,
LocalTimePeriod const& rhs);
Return true if the specified lhs and rhs objects have the same value, and false otherwise.
bool
operator==(
ZoneinfoBinaryHeader const& lhs,
ZoneinfoBinaryHeader const& rhs);
Return Value
-
trueiflhsandrhshave the same value, andfalseotherwise -
trueiflhsandrhshave the same value, andfalseotherwise
Parameters
Name |
Description |
lhs |
left‐hand operand |
rhs |
right‐hand operand |
Created with MrDocs