MindFusion.Scheduling for ASP.NET Programmer's Guide
ItemSelection.Contains Method
See Also
 





Checks if the specified item is in the collection.

Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public bool Contains (
    Item item
)

Visual Basic  Copy Code

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

 Parameters

item
Type: Item
The Item instance to check.

 Return Value

true if the item is contained in the collection; otherwise false.

 Remarks

If the item is in the collection then it is selected.

 See Also

ItemSelection Members
ItemSelection Class
MindFusion.Scheduling.WebForms Namespace