ToolCollectionContains Method
Tests whether the collection contains a specific
Tool.
Namespace: BeeMobile.ToolBarAssembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
public bool Contains(
Tool value
)
Public Function Contains (
value As Tool
) As Boolean
- value Tool
- A Tool object to test.
BooleanTrue if
Tool is in the collection;
False otherwise.