Click or drag to resize
ICoronaBoxedComparableData Interface

Object which stores a single value that can be transferred to/from Lua.

Can perform Equals() and CompareTo() checks with other comparable objects and can be used as a key in a table.

Instances of this interface are immutable and can be used as a key in a hash table or dictionary.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public interface ICoronaBoxedComparableData : ICoronaBoxedData

The ICoronaBoxedComparableData type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
Determines if this object is less than, greater than, or equal to the given object.
Public methodEquals
Determines if this object matches the given object.
Public methodGetHashCode
Gets an integer hash code for this object.
Public methodPushToLua
Pushes this object's data to the top of the Lua stack.
(Inherited from ICoronaBoxedData.)
Top
See Also