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
)
Public Function Contains (
item As KeyValuePair(Of TKey, TValue)
) As Boolean
public:
virtual bool Contains(
KeyValuePair<TKey, TValue> item
) sealed
abstract Contains :
item : KeyValuePair<'TKey, 'TValue> -> bool
override Contains :
item : KeyValuePair<'TKey, 'TValue> -> bool
Parameters
-
item
-
Type:
System.Collections.Generic
KeyValuePair
TKey
,
TValue
Return Value
Type:
Boolean
Implements
ICollection
T
Contains(T)
See Also