AlgorithmsEqualSets Method |
Name | Description | |
---|---|---|
![]() ![]() | EqualSetsT(IEnumerableT, IEnumerableT) |
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.
|
![]() ![]() | EqualSetsT(IEnumerableT, IEnumerableT, IEqualityComparerT) |
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.
|