Determines whether the IList contains a specific value.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public virtual bool Contains(
	Object value
)
Visual Basic (Declaration)
Public Overridable Function Contains ( _
	value As Object _
) As Boolean

Parameters

value
Type: System..::.Object

The Object to locate in the IList.

Return Value

true if the Object is found in the IList; otherwise, false.

Implements

IList..::.Contains(Object)

See Also