Click or drag to resize
CoronaBoxedBooleanCompareTo Method (Object)
Determines if this object is less than, greater than, or equal to the given object.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public int CompareTo(
	Object value
)

Parameters

value
Type: SystemObject
The object to be compared with.

Return Value

Type: Int32

Returns a positive value if this object is greater than the given object.

Returns a negative value if this object is less than the given object.

Returns zero if the both objects are equal.

Implements

ICoronaBoxedComparableDataCompareTo(Object)
See Also