Determines whether a specfic Object value exists in this instance.
True if value exists in this instance; otherwise, false.
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.
AutoComplete.ObjectCollection Class | Skybound.AutoComplete Namespace