Click or drag to resize

ChartPartCollectionContains Method

Checks whether the specified ChartPart-item exists in the collection.

Namespace: Easymap.AddIn.Analyse
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public bool Contains(
	ChartPart item
)

Parameters

item  ChartPart
 

Return Value

Boolean

Implements

ICollectionTContains(T)
See Also