CommandCollectionContains Method |
Returns true if the specified
Command is contained in the collection.
Namespace:
Easymap.AddIn
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public bool Contains(
Command item
)
Public Function Contains (
item As Command
) As Boolean
Parameters
- item
- Type: Easymap.AddInCommand
Command
Return Value
Type:
BooleanSee Also