Click or drag to resize

TypedSortedListEx TKey , TValue Contains Method (Object)

Determines whether the collection contains an element with the specified key.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool Contains(
	Object key
)

Parameters

key
Type: System Object
The key to locate in the collection.

Return Value

Type: Boolean
true if the collection contains an element with the specified key; otherwise, false.

Implements

IDictionary Contains(Object)
See Also