PocketPlanner Programmer's Guide

ResourceCollection.Contains Method (String)

See Also

Determines whether this collection contains a resource identified by the specified string.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public bool Contains (
    string resourceId
)

Visual Basic

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

 Parameters

resourceId
The identifier of a resource to search for in the collection.

 Return Value

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

 See Also