ListViewGroupCollection.IList.Contains(Object) Method

Definition

Determines whether the specified value is located in the collection.

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

Parameters

value
Object

An object that represents the ListViewGroup to locate in the collection.

Returns

true if value is a ListViewGroup contained in the collection; otherwise, false.

Implements

Applies to