VariantDict.contains
bool contains(string key)Checks if key exists in dict.
Parameters
key | the key to look up in the dictionary |
Returns
true if key is in dict
bool contains(string key)Checks if key exists in dict.
key | the key to look up in the dictionary |