[#BloombergLP-bdlde-operator_not_eq-053] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::operator!= :relfileprefix: ../../ :mrdocs: 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. == Synopsis Declared in `<bdlde_crc64.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/bdlde/Crc64.adoc[Crc64] const& lhs, xref:BloombergLP/bdlde/Crc64.adoc[Crc64] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#