ToolCollectionContains Method

Tests whether the collection contains a specific Tool.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
public bool Contains(
	Tool value
)

Parameters

value  Tool
A Tool object to test.

Return Value

Boolean
True if Tool is in the collection; False otherwise.

See Also