BloombergLP::baltzo::operator==

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);
» more...

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

bool
operator==(
    ZoneinfoBinaryHeader const& lhs,
    ZoneinfoBinaryHeader const& rhs);
» more...

Return Value

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

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand