Click or drag to resize
ReadOnlyCoronaLuaEventPropertiesContains Method
Determines if the given property name exists in the collection.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public bool Contains(
	string name
)

Parameters

name
Type: SystemString
The unique name of the property to search for.

Return Value

Type: Boolean

Returns true if the given property name exists in the collection.

Returns false if not or if given a null/emptry string.

See Also