[#ChainCode-operator_eq] = xref:ChainCode.adoc[ChainCode]::operator== :relfileprefix: ../ :mrdocs: Compares two blobs for byte‐wise equality. == Synopsis Declared in `<uint256.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bool operator==(xref:base_blob-09.adoc[base_blob<256>] const& other) const = default; ---- == Return Value true if every byte of this blob equals the corresponding byte of `other.` == Parameters [cols="1,4"] |=== | Name| Description | *other* | The blob to compare against. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#