EnumerableExt..::..IndexOf Method
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
IndexOf<(Of <<'(TSource>)>>)(IEnumerable<(Of <<'(TSource>)>>), TSource) |
Returns the index of the first occurrence in a sequence by using the default equality comparer.
|
![]() ![]() |
IndexOf<(Of <<'(TSource>)>>)(IEnumerable<(Of <<'(TSource>)>>), TSource, IEqualityComparer<(Of <<'(TSource>)>>)) |
Returns the index of the first occurrence in a sequence by using a specified IEqualityComparer.
|