CoronaBoxedBoolean Class |
Stores a boolean value that can be transferred to/from Lua.
Instances of this class are immutable.
Namespace: CoronaLabs.Corona.WinRT
The CoronaBoxedBoolean type exposes the following members.
Name | Description | |
---|---|---|
![]() | CompareTo(Boolean) | Determines if this object is less than, greater than, or equal to the given boolean value. |
![]() | CompareTo(Object) | Determines if this object is less than, greater than, or equal to the given object. |
![]() | Equals(Boolean) | Determines if the given value matches this boxed object's stored value. |
![]() | Equals(Object) | Determines if this object matches the given object. |
![]() ![]() | From | Fetches a pre-allocated instance of this class based on the given value. |
![]() | GetHashCode | Gets an integer hash code for this object. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | PushToLua | Pushes this object's data to the top of the Lua stack. |
![]() | ToString | Gets the boxed boolean value in string form. |
Name | Description | |
---|---|---|
![]() ![]() | False | Pre-allocated instance of this class set to "false". |
![]() ![]() | True | Pre-allocated instance of this class set to "true". |
![]() | Value | Gets the boxed boolean value. |