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
Name |
Description |
lhs |
The left‐hand operand. |
rhs |
The right‐hand operand. |
Created with MrDocs