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