ListBox.IntegerCollection.IList.Contains(Object) Method

Definition

Determines whether the specified tab stop is in the collection.

 virtual bool System.Collections.IList.Contains(System::Object ^ item) = System::Collections::IList::Contains;
bool IList.Contains (object item);
bool IList.Contains (object? item);
abstract member System.Collections.IList.Contains : obj -> bool
override this.System.Collections.IList.Contains : obj -> bool
Function Contains (item As Object) As Boolean Implements IList.Contains

Parameters

item
Object

The tab stop to locate in the ListBox.IntegerCollection.

Returns

true if item is an integer located in the IntegerCollection; otherwise, false.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the ListBox.IntegerCollection instance is cast to an IList interface.

Applies to