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.
true
lhs
rhs
false
checksum
Declared in <bdlde_crc32.h>
<bdlde_crc32.h>
bool operator!=( Crc32 const& lhs, Crc32 const& rhs);