Click or drag to resize

ColumnStyleDictionaryContains Method

Determines whether the ICollectionT contains a specific value.

Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Contains(
	KeyValuePair<DataColumn, ColumnStyle> item
)

Parameters

item  KeyValuePairDataColumn, ColumnStyle
The object to locate in the ICollectionT.

Return Value

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

Implements

ICollectionTContains(T)
See Also