DisjointSets 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 memberDisjointSets<(Of <T>)>(IEnumerable<(Of <T>)>, IEnumerable<(Of <T>)>)
Determines if two collections are disjoint, considered as sets. Two sets are disjoint if they have no common items.
Public methodStatic memberDisjointSets<(Of <T>)>(IEnumerable<(Of <T>)>, IEnumerable<(Of <T>)>, IEqualityComparer<(Of <T>)>)
Determines if two collections are disjoint, considered as sets. Two sets are disjoint if they have no common items.

See Also