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