Inequality operators

Synopses

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);

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);

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);

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);

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);

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);

Return Value

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

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

Parameters

Name

Description

lhs

left‐hand operand

rhs

right‐hand operand

Created with MrDocs