BloombergLP::bdlde::operator==

Return true if the specified lhs and rhs checksums have the same value, and false otherwise.

Synopsis

Declared in <bdlde_crc32.h>

bool
operator==(
    Crc32 const& lhs,
    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

NameDescription
lhsleft-hand-side checksum
rhsright-hand-side checksum