Click or drag to resize
CoronaBoxedBooleanEquals Method (Boolean)
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(
	bool value
)

Parameters

value
Type: SystemBoolean
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