absl::operator!=

Returns whether two durations are unequal.

Synopsis

Declared in <absl/time/time.h>

constexpr
bool
operator!=(
    Duration lhs,
    Duration rhs);

Return Value

true if lhs does not equal rhs.

Parameters

NameDescription
lhsThe left-hand duration.
rhsThe right-hand duration.