Click or drag to resize
ICoronaBoxedComparableDataEquals Method
Determines if this object matches the given object.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
bool Equals(
	Object value
)

Parameters

value
Type: SystemObject
The object to compare with.

Return Value

Type: Boolean

Returns true if the given object's value matches this object's value.

Returns false if they do not equal, if given null, or if the given object is of a different type.

See Also