Click or drag to resize
AlgorithmsFirstIndexOfMany Method
Overload List
  NameDescription
Public methodStatic memberFirstIndexOfManyT(IListT, IEnumerableT)
Finds the index of the first item in a list equal to one of several given items.
Public methodStatic memberFirstIndexOfManyT(IListT, IEnumerableT, IEqualityComparerT)
Finds the index of the first item in a list equal to one of several given items. A passed IEqualityComparer is used to determine equality.
Public methodStatic memberFirstIndexOfManyT(IListT, IEnumerableT, BinaryPredicateT)
Finds the index of the first item in a list "equal" to one of several given items. The passed BinaryPredicate is used to determine if two items are "equal".
Top
See Also