ISchedulerCollection.Contains(Object) Method

Definition

Determines whether the collection contains the specified item.

public bool Contains (object item);
abstract member Contains : obj -> bool
Public Function Contains (item As Object) As Boolean

Parameters

item
Object

The item to find. The type of the item to find depends on the contents of the collection.

Returns

Is true if the item is found in the collection; otherwise, false.

Applies to