Tests whether a big integer equals a 64-bit value.
Declared in <arith_uint256.h>
<arith_uint256.h>
bool operator==( base_uint<256> const& a, uint64_t b);
True if a equals b, otherwise false.
a
b,