Click or drag to resize
AlgorithmsEqualSets Method
Overload List
  NameDescription
Public methodStatic memberEqualSetsT(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.
Public methodStatic memberEqualSetsT(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.
Top
See Also