StringMap.ContainsKey Method

Checks whether a key is present in a Map.

bool ContainsKey(const char[] key)

Parameters

const char[] key

Key string.

Return Value

True if the key has been found, else false.