CategoryCollection.Contains method
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