absl::operator!=

Determines whether lhs and rhs are unequal.

Synopsis

Declared in <absl/numeric/int128.h>

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

Return Value

true if lhs does not equal rhs; false otherwise.

Parameters

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