Click or drag to resize
CoronaBoxedBoolean Class

Stores a boolean value that can be transferred to/from Lua.

Instances of this class are immutable.

Inheritance Hierarchy
SystemObject
  CoronaLabs.Corona.WinRTCoronaBoxedBoolean

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public sealed class CoronaBoxedBoolean : ICoronaBoxedData, 
	ICoronaBoxedComparableData, __ICoronaBoxedBooleanPublicNonVirtuals

The CoronaBoxedBoolean type exposes the following members.

Methods
  NameDescription
Public methodCompareTo(Boolean)
Determines if this object is less than, greater than, or equal to the given boolean value.
Public methodCompareTo(Object)
Determines if this object is less than, greater than, or equal to the given object.
Public methodEquals(Boolean)
Determines if the given value matches this boxed object's stored value.
Public methodEquals(Object)
Determines if this object matches the given object.
Public methodStatic memberFrom
Fetches a pre-allocated instance of this class based on the given value.
Public methodGetHashCode
Gets an integer hash code for this object.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPushToLua
Pushes this object's data to the top of the Lua stack.
Public methodToString
Gets the boxed boolean value in string form.
Top
Properties
  NameDescription
Public propertyStatic memberFalse
Pre-allocated instance of this class set to "false".
Public propertyStatic memberTrue
Pre-allocated instance of this class set to "true".
Public propertyValue
Gets the boxed boolean value.
Top
See Also