Click or drag to resize

PartialDictionaryTKey, TBaseValue, TDerivValueContains Method

Determines whether the ICollectionT contains a specific value.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public bool Contains(
	KeyValuePair<TKey, TDerivValue> item
)

Parameters

item  KeyValuePairTKey, TDerivValue
The object to locate in the ICollectionT.

Return Value

Boolean
if item is found in the ICollectionT; otherwise, .

Implements

ICollectionTContains(T)
See Also