AppearanceDictionary.Contains

AppearanceDictionary.Contains method

Checks does specified key-value pair is contained in the dictionary.

public bool Contains(KeyValuePair<string, XForm> item)
ParameterTypeDescription
itemKeyValuePair`2Key-value pair.

Return Value

true if this pauir was found.

See Also