ListView.CheckedListViewItemCollection.IList.Contains(Object) Method        
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Verifies whether the item is checked.
 virtual bool System.Collections.IList.Contains(System::Object ^ item) = System::Collections::IList::Contains;bool IList.Contains(object item);abstract member System.Collections.IList.Contains : obj -> bool
override this.System.Collections.IList.Contains : obj -> boolFunction Contains (item As Object) As Boolean Implements IList.ContainsParameters
- item
- Object
A ListViewItem to locate in the ListView.CheckedListViewItemCollection.
Returns
true if item is found in the ListView.CheckedListViewItemCollection; otherwise, false.