Click or drag to resize

DictionaryBaseTKey, TValueContains Method

Determines whether the IDictionaryTKey, TValue contains a specific value.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public bool Contains(
	KeyValuePair<TKey, TValue> item
)

Parameters

item  KeyValuePairTKey, TValue
The object to locate in the IDictionaryTKey, TValue.

Return Value

Boolean
true if item is found in the IDictionaryTKey, TValue; otherwise, false.

Implements

ICollectionTContains(T)
See Also