Click or drag to resize
CoronaBoxedTableContainsKey Method
Determines if the given key exists in the table.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public bool ContainsKey(
	ICoronaBoxedComparableData key
)

Parameters

key
Type: CoronaLabs.Corona.WinRTICoronaBoxedComparableData
Unique key to search for in the table.

Return Value

Type: Boolean

Returns true if the given key was found in the table.

Returns false if the key was not found or if the given key was null.

See Also