Class monkey.boxes.BoolObject - leonard-thieu/monkey GitHub Wiki

The BoolObject box class can be used to encapsulate an bool value inside an object.

Constructors

Methods

Detailed Discussion

The BoolObject box class can be used to encapsulate an bool value inside an object.

Constructor Documentation

Method New ()

Creates a new BoolObject that contains the value false.

Method New ( value:Bool )

Creates a new BoolObject with the given value.

Method Documentation

Method Equals : Bool ( box:BoolObject )

Returns 'true' if the value contained in the BoolObject equals the value contained in box.

Method ToBool : Bool ()

Returns the bool value contained in the BoolObject.

⚠️ **GitHub.com Fallback** ⚠️