Determines whether a GwxDependencyObject object is in the list.

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

Syntax

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

Parameters

value
Type: Ico.Gwx..::..GwxDependencyObject
The GwxDependencyObject object to locate in the list.

Return Value

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

See Also