absl::operator!=

Compare two CRC32C values for inequality.

Synopsis

Declared in <absl/crc/crc32c.h>

bool
operator!=(
    crc32c_t lhs,
    crc32c_t rhs);

Return Value

true if the values differ.

Parameters

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