[#arith_uint256-EqualTo] = xref:arith_uint256.adoc[arith_uint256]::EqualTo :relfileprefix: ../ :mrdocs: Tests whether the value equals a 64‐bit unsigned number. == Synopsis Declared in `<arith_uint256.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool EqualTo(uint64_t b) const; ---- == Return Value True if this value equals `b,` otherwise false. == Parameters [cols="1,4"] |=== | Name| Description | *b* | The value to compare against. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#