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
The ICoronaBoxedComparableData type exposes the following members.
Name | Description | |
---|---|---|
![]() | CompareTo | Determines if this object is less than, greater than, or equal to the given object. |
![]() | Equals | Determines if this object matches the given object. |
![]() | GetHashCode | Gets an integer hash code for this object. |
![]() | PushToLua | Pushes this object's data to the top of the Lua stack. (Inherited from ICoronaBoxedData.) |