Click or drag to resize

LTComponentCollectionContains Method

Returns true if the specified LTComponent is contained in the collection.

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

Parameters

item  LTComponent

Return Value

Boolean

Implements

ICollectionTContains(T)
See Also