{CompanyName} FlexyGo

ObjectSettingsCollection..::..Contains Method

Checks if ObjectSettings object exists in Collection using ObjectName.

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

Syntax


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

Parameters

ObjectName
Type: String
The ObjectName.

Return Value

true if ok, false otherwise.