PocketPlanner Programmer's Guide

LocationCollection.Contains Method (String)

See Also

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

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public bool Contains (
    string locationId
)

Visual Basic

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

 Parameters

locationId
The identifier of a location to search for in the collection.

 Return Value

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

 See Also