Search
ItemCollection.Contains Method (Item)
See Also
 






Determines whether this collection contains the specified item.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool Contains (
    Item item
)

Visual Basic  Copy Code

Public Function Contains( _
    item As Item _
) As Boolean

 Parameters

item

The item to search for in the collection.

 Return Value

true if the object is found or false if it isn't.

 See Also