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
Syntaxpublic bool Contains(
Command item
)
Public Function Contains (
item As Command
) As Boolean
Parameters
- item
- Type: Easymap.AddInCommand
Command
Return Value
Type:
Boolean
See Also