Equality operators

Synopses

Declared in <script/script.h>

Compares this value with an integer for equality.

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

Compares this value with another CScriptNum for equality.

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

Return Value

true if the values are equal.

Parameters

Name

Description

rhs

Integer to compare against.

Created with MrDocs