CommandCollectionContains Method |
Returns true if the specified
Command is contained in the collection.
Namespace: Easymap.AddInAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic bool Contains(
Command item
)
Public Function Contains (
item As Command
) As Boolean
Parameters
- item Command
- Command
Return Value
Boolean
See Also