Skybound AutoComplete

AutoComplete.ObjectCollection.Contains Method 

Determines whether a specfic Object value exists in this instance.

[Visual Basic]
Overridable Public Function Contains( _
   ByVal value As Object _
) As Boolean
[C#]
public virtual bool Contains(
   object value
);

Parameters

value
The Object value to locate.

Return Value

True if value exists in this instance; otherwise, false.

Remarks

The Contains method enables you to determine if an object is a member of the collection. Once you know that the item is located within the collection, you can use the IndexOf method to determine where the item is located within the collection.

See Also

AutoComplete.ObjectCollection Class | Skybound.AutoComplete Namespace