Compares two blobs for byte-wise equality.
Declared in <uint256.h>
<uint256.h>
constexpr bool operator==(base_blob const& other) const = default;
true if every byte of this blob equals the corresponding byte of other.
other.