Click or drag to resize
CoronaBoxedNumberEquals Method (Double)
Determines if the given value matches this boxed object's stored value.

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

Parameters

value
Type: SystemDouble
The value to compare with.

Return Value

Type: Boolean
Returns true if the given value matches this boxed object's value. Returns false if not.
See Also