ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.CheckedIndexCollection.Contains C# (CSharp) Method

Contains() public method

Determines whether the collection contains the button spec.
public Contains ( object item ) : bool
item object Object reference.
return bool
            public bool Contains(object item)
            {
                return (IndexOf(item) != -1);
            }