Click or drag to resize
CoronaBoxedBoolean Methods

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
See Also