PocketPlanner Programmer's Guide

ItemSelection.Contains Method

See Also

Determines whether the specified item is currently selected.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public bool Contains (
    Item item
)

Visual Basic

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

 Parameters

item
The Item instance to search for in the selection.

 Return Value

true if the item is selected or false if it isn't.

 See Also