







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description | |
---|---|---|
![]() ![]() | EqualSets<(Of <T>)>(IEnumerable<(Of <T>)>, IEnumerable<(Of <T>)>) |
Determines if two collections are equal, considered as sets. Two sets are equal if they
have have the same items, with order not being significant.
|
![]() ![]() | EqualSets<(Of <T>)>(IEnumerable<(Of <T>)>, IEnumerable<(Of <T>)>, IEqualityComparer<(Of <T>)>) |
Determines if two collections are equal, considered as sets. Two sets are equal if they
have have the same items, with order not being significant.
|