DictionaryEditor.Contains

DictionaryEditor.Contains method

Determines whether the DictionaryEditor contains a specific value.

public bool Contains(KeyValuePair<string, ICosPdfPrimitive> item)
ParameterTypeDescription
itemKeyValuePair`2The desired object.

Return Value

true if item is found in the DictionaryEditor; otherwise, false.

See Also