[#BloombergLP-bdlde-operator_not_eq-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` MD5 digests do not have the same value, and `false` otherwise. Two digests do not have the same value if the values obtained from their respective `loadDigest` methods differ. == Synopsis Declared in `<bdlde_md5.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/bdlde/Md5.adoc[Md5] const& lhs, xref:BloombergLP/bdlde/Md5.adoc[Md5] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#