MindFusion.Wpf Pack Programmer's Guide
ItemCollection.Contains Method (String)
See Also
 





Determines whether this collection contains an item identified by the specified string.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public bool Contains (
    string id
)

Visual Basic  Copy Code

Public Function Contains( _
    id As String _
) As Boolean

 Parameters

id

The identifier of an item to search for in the collection.

 Return Value

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

 See Also

Contains Method Overload List
ItemCollection Members
ItemCollection Class
MindFusion.Scheduling Namespace