Overload | Description |
---|---|
ContainsSameCodeElementsThan<TCodeElement>(IEnumerable<TCodeElement>,IEnumerable<TCodeElement>) | Returns true if this codeElements sequence contains the same set of code elements than the otherCodeElements sequence. Otherwise returns false. |
ContainsSameCodeElementsThan<TCodeElement>(IEnumerable<TCodeElement>,HashSet<TCodeElement>) | Returns true if this codeElements sequence contains the same set of code elements than the otherCodeElementsHashset hashset. Otherwise returns false. |
ContainsSameCodeElementsThan<TCodeElement>(HashSet<TCodeElement>,HashSet<TCodeElement>) | Returns true if this codeElementsHashset hashset contains the same set of code elements than the otherCodeElementsHashset hashset. Otherwise returns false. |
ContainsSameCodeElementsThan<TCodeElement>(HashSet<TCodeElement>,IEnumerable<TCodeElement>) | Returns true if this codeElementsHashset hashset contains the same set of code elements than the otherCodeElements sequence. Otherwise returns false. |