Tests whether two big integers are equal.
Declared in <arith_uint256.h>
bool
operator==(
base_uint<256> const& a,
base_uint<256> const& b);
True if a and b are equal, otherwise false.
| Name | Description |
|---|---|
| a | The left-hand operand. |
| b | The right-hand operand. |