Method IndexOf
IndexOf(T)
Determines the index of a specific item
in the EquatableList<T>.
Declaration
public virtual int IndexOf(T item)
Parameters
Type | Name | Description |
---|---|---|
T | item | The object to locate in the EquatableList<T>. |
Returns
Type | Description |
---|---|
System.Int32 | The index of |