Returns the position of the first of the AtomFeedEntry object. If it is not found then -1 is returned.
[Visual Basic] Public Function IndexOf( _ ByVal feedEntry As AtomFeedEntry _ ) As Integer [C#] public int IndexOf( AtomFeedEntry feedEntry ); [C++] public: int IndexOf( AtomFeedEntry* feedEntry ); [JScript] public function IndexOf( AtomFeedEntry feedEntry ): int;
AtomFeedEntry to findGmailAtomFeed.AtomFeedEntryCollection Class | RC.Gmail Namespace