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