Compares two block hashes for equality.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
bool
operator==(BlockHash const& other) const;
Return Value
True when both hashes are identical.
Parameters
Name |
Description |
other |
The block hash to compare against. |
Created with MrDocs