IndicesOfMany Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overload List

NameDescription
Public methodStatic memberIndicesOfMany<(Of <T>)>(IList<(Of <T>)>, IEnumerable<(Of <T>)>)
Enumerates the indices of all the items in a list equal to one of several given items.
Public methodStatic memberIndicesOfMany<(Of <T>)>(IList<(Of <T>)>, IEnumerable<(Of <T>)>, IEqualityComparer<(Of <T>)>)
Enumerates the indices of all the items in a list equal to one of several given items. A passed IEqualityComparer is used to determine equality.
Public methodStatic memberIndicesOfMany<(Of <T>)>(IList<(Of <T>)>, IEnumerable<(Of <T>)>, BinaryPredicate<(Of <T>)>)
Enumerates the indices of all the items in a list equal to one of several given items. The passed BinaryPredicate is used to determine if two items are "equal".

See Also