ChainCode::operator==

Compares two blobs for byte-wise equality.

Synopsis

Declared in <uint256.h>

constexpr
bool
operator==(base_blob<256> const& other) const = default;

Return Value

true if every byte of this blob equals the corresponding byte of other.

Parameters

NameDescription
otherThe blob to compare against.