RssFeedCollection.Contains Method
Determines whether the RssFeedCollection contains a specific element.
[Visual Basic]
Public Function Contains( _
ByVal
rssFeed As
RssFeed _
) As
Boolean
Parameters
-
rssFeed
- The RssFeed to locate in the RssFeedCollection.
Return Value
true if the RssFeedCollection contains the specified value; otherwise, false.
See Also
RssFeedCollection Class | Rss Namespace