operator==

Tests whether two big integers are equal.

Synopsis

Declared in <arith_uint256.h>

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

Return Value

True if a and b are equal, otherwise false.

Parameters

NameDescription
aThe left-hand operand.
bThe right-hand operand.