[]
        
(Showing Draft Content)

C1.WinUI.Core.C1OrderedSet.Intersects

Intersects Method

Intersects(IOrderedSet<int>, IOrderedSet<int>)

Returns whether 2 sets intersects.

Declaration
public static bool Intersects(IOrderedSet<int> set1, IOrderedSet<int> set2)
Public Shared Function Intersects(set1 As IOrderedSet(Of Integer), set2 As IOrderedSet(Of Integer)) As Boolean
Parameters
Type Name Description
IOrderedSet<int> set1

The first set.

IOrderedSet<int> set2

The second set.

Returns
Type Description
bool

Whether they intersect.