Determines whether this collection contains an item identified by the specified string.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public bool Contains ( |
Visual Basic
Copy Code
|
|---|
Public Function Contains( _ |
The identifier of an item to search for in the collection.
true if the object is found or false if it isn't.
See Also