{CompanyName} FlexyGo

ObjectProcessCollection..::..Contains Method

Checks if ObjectProcess object exists in Collection using ProcessName.

Namespace:  FLEXYGO.Objects.Settings
Assembly:  flxObjectConfig (in flxObjectConfig.dll)

Syntax


public bool Contains(
	string ProcessName
)
Public Function Contains ( _
	ProcessName As String _
) As Boolean

Parameters

ProcessName
Type: String
The Process identifier.

Return Value

true if ok, false otherwise.