[#ScriptHash-operator_eq] = xref:ScriptHash.adoc[ScriptHash]::operator== :relfileprefix: ../ :mrdocs: Compares two hashes for equality. == Synopsis Declared in `<util/hash_type.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==(xref:BaseHash-03.adoc[BaseHash<uint160>] const& other) const noexcept; ---- == Return Value True if both hashes are equal. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The hash to compare against. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#