Tests whether the value equals a 64-bit unsigned number.
Declared in <arith_uint256.h>
<arith_uint256.h>
bool EqualTo(uint64_t b) const;
True if this value equals b, otherwise false.
b,