ReadOnlyDictionaryBaseTKey, TValueContains Method

CVB.Net Documentation
Determines whether the item is in this collection.

Namespace:  Stemmer.Cvb.Collections.Generic
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

protected virtual bool Contains(
	KeyValuePair<TKey, TValue> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairTKey, TValue
Key/value pair to locate.

Return Value

Type: Boolean
true if item could be located; false if not.
See Also

Reference