RSS.NET

RssFeedCollection.Contains Method 

Determines whether the RssFeedCollection contains a specific element.

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

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