RSS.NET

RssCategoryCollection.Contains Method 

Determines whether the RssCategoryCollection contains a specific element.

[Visual Basic]
Public Function Contains( _
   ByVal rssCategory As RssCategory _
) As Boolean
[C#]
public bool Contains(
   RssCategory rssCategory
);

Parameters

rssCategory
The RssCategory to locate in the RssCategoryCollection.

Return Value

true if the RssCategoryCollection contains the specified value; otherwise, false.

See Also

RssCategoryCollection Class | Rss Namespace