CScriptNum::operator==

Compares this value with an integer for equality.

Synopsis

Declared in <script/script.h>

bool
operator==(int64_t const& rhs) const;

Return Value

true if the values are equal.

Parameters

NameDescription
rhsInteger to compare against.