Atom.NET documentation

AtomEntryCollection.Contains Method 

Determines whether the AtomEntryCollection contains a specific element.

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

Parameters

entry
The AtomEntry to locate in the AtomEntryCollection.

Return Value

true if the AtomEntryCollection contains the specified item, otherwise false.

See Also

AtomEntryCollection Class | Atom.Core.Collections Namespace