CountEqual 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 memberCountEqual<(Of <T>)>(IEnumerable<(Of <T>)>, T)
Counts the number of items in the collection that are equal to find.
Public methodStatic memberCountEqual<(Of <T>)>(IEnumerable<(Of <T>)>, T, IEqualityComparer<(Of <T>)>)
Counts the number of items in the collection that are equal to find.

See Also