TriggerCollectionContains Method

Determines whether the ICollectionT contains a specific value.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public bool Contains(
	Trigger item
)

Parameters

item  Trigger
The object to locate in the ICollectionT.

Return Value

Boolean
true if item is found in the ICollectionT; otherwise, false.

See Also