absl::operator==

Compare two CRC32C values for equality.

Synopsis

Declared in <absl/crc/crc32c.h>

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

Return Value

true if both values are equal.

Parameters

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