Compares two blobs for byte‐wise equality.
Synopsis
Declared in <uint256.h>
constexpr
bool
operator==(base_blob const& other) const = default;
Return Value
true if every byte of this blob equals the corresponding byte of other.
Parameters
Name |
Description |
other |
The blob to compare against. |
Created with MrDocs