[#BloombergLP-bdlde-operator_eq-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::operator== :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` checksums have the same value, and `false` otherwise. == Synopsis Declared in `<bdlde_crc32.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:BloombergLP/bdlde/Crc32.adoc[Crc32] const& lhs, xref:BloombergLP/bdlde/Crc32.adoc[Crc32] const& rhs); ---- == Description Two checksums have the same value if the values obtained from their `checksum` methods are identical. == Return Value `true` if `lhs` and `rhs` have the same value, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand‐side checksum | *rhs* | right‐hand‐side checksum |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#