Bool |
The Bool32 type exposes the following members.
Name | Description | |
---|---|---|
False | Represents the boolean "true" value. Has a raw value of 0. | |
True | Represents the boolean "true" value. Has a raw value of 1. | |
Value | The raw value of the Bool32. A value of 0 represents "false", all other values represent "true". |