operator==

Tests whether a big integer equals a 64-bit value.

Synopsis

Declared in <arith_uint256.h>

bool
operator==(
    base_uint const& a,
    uint64_t b);

Return Value

True if a equals b, otherwise false.

Parameters

NameDescription
aThe big integer operand.
bThe 64-bit operand.