Click or drag to resize

CommandCollectionContains Method

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

Namespace:  Easymap.AddIn
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public bool Contains(
	Command item
)

Parameters

item
Type: Easymap.AddInCommand
Command

Return Value

Type: Boolean
See Also