CategoryCollection.Contains Method
Include Protected Members
Include Inherited Members
Returns a Boolean value that indicates whether the collection of categories contains a specific Category object.
Overload List
Name | Description | |
---|---|---|
Contains(Guid) | Returns a Boolean value that indicates whether the collection of categories contains the Category object with the specified property set. | |
Contains(String) | Returns a Boolean value that indicates whether the collection of categories contains the Category object with the specified name. |
Top