Gmail Helper Class Library

GmailAtomFeed.AtomFeedEntryCollection.Contains Method 

Returns true if the collection contains the specified object

[Visual Basic]
Public Function Contains( _ 
   ByVal feedEntry As AtomFeedEntry _ 
) As Boolean
[C#]
public bool Contains(
   AtomFeedEntry feedEntry
);
[C++]
public: bool Contains(
   AtomFeedEntry* feedEntry
);
[JScript]
public function Contains(
   AtomFeedEntry feedEntry
): bool;

Parameters

feedEntry
AtomFeedEntry to find

Return Value

See Also

GmailAtomFeed.AtomFeedEntryCollection Class | RC.Gmail Namespace