[#absl-operator_eq-0e53] = xref:absl.adoc[absl]::operator== :relfileprefix: ../ :mrdocs: Compare two CRC32C values for equality. == Synopsis Declared in `<absl/crc/crc32c.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:absl/crc32c_t.adoc[crc32c_t] lhs, xref:absl/crc32c_t.adoc[crc32c_t] rhs); ---- == Return Value `true` if both values are equal. == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | The left‐hand operand. | *rhs* | The right‐hand operand. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#