Click or drag to resize

HighlightedObjectCollectionContains Method

Returns true if the specified WindowlessComponent item 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(
	WindowlessComponent item
)

Parameters

item  WindowlessComponent
Specified WindowlessComponent item

Return Value

Boolean
True or False

Implements

ICollectionTContains(T)
See Also