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
Name |
Description |
b |
The value to compare against. |
Created with MrDocs