[#BloombergLP-bdlde-operator_eq-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::operator== :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` SHA digests have the same value. == Synopsis Declared in `<bdlde_sha2.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:BloombergLP/bdlde/Sha384.adoc[Sha384] const& lhs, xref:BloombergLP/bdlde/Sha384.adoc[Sha384] const& rhs); ---- == Description Return `true` if the specified `lhs` and `rhs` SHA digests have the same value, and `false` otherwise. Two digests have the same value if, after applying any number of equivalent updates to both (possibly including no updates), the values obtained from their respective `loadDigest` methods are identical. == Return Value `true` if `lhs` and `rhs` have the same value, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand‐side SHA digest | *rhs* | right‐hand‐side SHA digest |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#