CadAppIdDictionary.ContainsKey

CadAppIdDictionary.ContainsKey method

Determines whether CadAppIdTableObject contained within this dictionary.

public bool ContainsKey(string key)
ParameterTypeDescription
keyStringThe CadAppIdTableObject key.

Return Value

True if the current dictionary contains an element with the key; otherwise, false.

See Also