base_uint<256>::EqualTo

Tests whether the value equals a 64-bit unsigned number.

Synopsis

Declared in <arith_uint256.h>

bool
EqualTo(uint64_t b) const;

Return Value

True if this value equals b, otherwise false.

Parameters

NameDescription
bThe value to compare against.