Compares this value with another CScriptNum for equality.

Synopsis

Declared in <script/script.h>

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

Return Value

true if the values are equal.

Parameters

Name

Description

rhs

Value to compare against.

Created with MrDocs