Compares two hashes for equality.
Synopsis
Declared in <util/hash_type.h>
bool
operator==(BaseHash<uint256> const& other) const noexcept;
Return Value
True if both hashes are equal.
Parameters
Name |
Description |
other |
The hash to compare against. |
Created with MrDocs