[#base_uint-02-EqualTo] = xref:base_uint-02.adoc[base_uint]::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]#