Equality operators
Declared in <script/script.h>
Compares this value with an integer for equality.
bool
operator==(int64_t const& rhs) const;
» more...
Compares this value with another CScriptNum for equality.
bool
operator==(CScriptNum const& rhs) const;
» more...
true if the values are equal.
| Name | Description |
|---|---|
| rhs | Integer to compare against. |