BloombergLP::bdlde::operator!=

Return true if the specified lhs and rhs checksums do not have the same value.

Synopsis

Declared in <bdlde_crc64.h>

bool
operator!=(
    Crc64 const& lhs,
    Crc64 const& rhs);

Description

Return true if the specified lhs and rhs checksums do not have the same value, and false otherwise. Two checksums do not have the same value if the values obtained from their checksum methods differ.

Return Value

true if lhs and rhs do not have the same value, and false otherwise

Parameters

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