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

Name

Description

rhs

Integer to compare against.

Created with MrDocs