SIMPOL Documentation

boolean

Description

The boolean object is considered to be a value type and does not require a call to a new() method in order to be initialized; normal assignment using the assignment operator = is sufficient.

Type Tags

None

Object Value

The value of a boolean object is its content.

Properties

PropertyTypeDescription
typetype Specifies the boolean type object.