NAnt.NUnit2.Types.CategoryCollection.Contains C# (CSharp) Method

Contains() public method

Determines whether a Category is in the collection.
public Contains ( Category item ) : bool
item Category The to locate in the collection.
return bool
        public bool Contains(Category item)
        {
            return base.List.Contains(item);
        }

Same methods

CategoryCollection::Contains ( string value ) : bool