Tests whether two big integers are equal.

Synopsis

Declared in <arith_uint256.h>

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

Return Value

True if a and b are equal, otherwise false.

Parameters

Name

Description

a

The left‐hand operand.

b

The right‐hand operand.

Created with MrDocs