Return true if the specified lhs and rhs intervals are not equal.

Synopsis

Declared in <bdlt_datetimeinterval.h>

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

Description

Return true if the specified lhs and rhs time intervals do not have the same value, and false otherwise. Two time intervals do not have the same value if any of the corresponding values of their days, hours, minutes, seconds, milliseconds, or microseconds fields is not the same.

Return Value

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

Parameters

Name

Description

lhs

left‐hand time interval

rhs

right‐hand time interval

Created with MrDocs