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
Name |
Description |
a |
The left‐hand operand. |
b |
The right‐hand operand. |
Created with MrDocs