PocketPlanner Programmer's Guide

ItemCollection.Contains Method (Item)

See Also

Determines whether this collection contains the specified item.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public bool Contains (
    Item item
)

Visual Basic

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