BloombergLP::bdlt::operator!=

Return true if the two DatetimeTz objects do not have the same value.

Synopsis

Declared in <bdlt_datetimetz.h>

bool
operator!=(
    DatetimeTz const& lhs,
    DatetimeTz const& rhs);

Description

Return true if the specified lhs and rhs DatetimeTz objects do not have the same value, and false otherwise. Two DatetimeTz objects do not have the same value if they do not have the same local datetime value or the same time zone offset value.

Return Value

true if the objects do not have the same value, and false otherwise

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand