Wintellect.PowerCollections Namespace
Algorithms Class
Algorithms Methods
GhostDoc Pro Sample Help File

Algorithms..::..DisjointSets Method

Overload List


  Name Description
Public method Static member DisjointSets<(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 method Static member DisjointSets<(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.