Click or drag to resize

TypedSortedListEx TKey , TValue Contains Method (KeyValuePair TKey , TValue )

Determines whether the collection contains a specific key-value pair.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool Contains(
	KeyValuePair<TKey, TValue> item
)

Parameters

item
Type: System.Collections.Generic KeyValuePair TKey , TValue

Return Value

Type: Boolean

Implements

ICollection T Contains(T)
See Also