| ArcGIS Explorer Component Help |
| TableBindingAdapter..::.Contains Method |
| TableBindingAdapter Class See Also |
Determines whether the IList contains a specific value.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: 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.