Atom.NET documentation

AtomEntryCollection.IndexOf Method 

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

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

Parameters

entry
The AtomEntry to locate in the AtomEntryCollection.

Return Value

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

See Also

AtomEntryCollection Class | Atom.Core.Collections Namespace