RSS.NET

RssFeedCollection.IndexOf Method 

Searches for the specified RssFeed and returns the zero-based index of the first occurrence within the entire RssFeedCollection.

[Visual Basic]
Public Function IndexOf( _
   ByVal rssFeed As RssFeed _
) As Integer
[C#]
public int IndexOf(
   RssFeed rssFeed
);

Parameters

rssFeed
The RssFeed to locate in the RssFeedCollection.

Return Value

The zero-based index of the first occurrence of RssFeed within the entire RssFeedCollection, if found; otherwise, -1.

See Also

RssFeedCollection Class | Rss Namespace