Determines the index of a specific item in the current instance.
- item
- Documentation for this section has not yet been entered.
The index of value if found in the current instance; otherwise, -1.
Implementations can vary in how they determine equality of objects; for example, List<T> uses the default comparer, whereas, Dictionary<T, U> allows the user to specify the IComparer<T> implementation to use for comparing keys.
Namespace: System.Collections.Generic
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0