Determines whether a string object is in the list.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCoreCommands (in GwxRuntimeCoreCommands.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool Contains(
	string value
)
Visual Basic
Public Function Contains ( _
	value As String _
) As Boolean
JScript
public function Contains(
	value : String
) : boolean

Parameters

value
Type: System..::..String
The string object to locate in the list.

Return Value

True if item is found in the list; otherwise, false.

See Also