Searches for the specified Object and returns the zero-based index of the first occurrence within the LinkedList.
[Visual Basic]
Overrides Public Function IndexOf( _
ByVal value As Object _
) As Integer Implements _
IList.IndexOf
The zero-based index of the first occurrence of value within the LinkedList, if found; otherwise, -1.
LinkedList Class | LinkedList Members | Foley.Utilities.Collections Namespace