System.Windows.Forms.ListView.SelectedIndexCollection.Contains C# (CSharp) Method

Contains() public method

public Contains ( int selectedIndex ) : bool
selectedIndex int
return bool
			public bool Contains (int selectedIndex)
			{
				return IndexOf (selectedIndex) != -1;
			}