Determines whether the IList contains a specific value.

Namespace:  ESRI.ArcGISExplorer.Data
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

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

Relate Topics:
  Add Method
  AddIndex Method
  AddNew Method
  ApplySort Method
  Clear Method
  CopyTo Method
  Fill Method
  Find Method
  GetEnumerator Method
  GetItemProperties Method
  GetListName Method
  GetRelatedBindingAdapter Method
  IndexOf Method
  Insert Method
  Remove Method
  RemoveAt Method
  RemoveIndex Method
  RemoveSort Method
Created by Atop CHM to web converter,© 2009 all right reserved.