[Extension()] public static bool ContainsSameCodeElementsThan<TCodeElement>( HashSet<TCodeElement> codeElementsHashset, IEnumerable<TCodeElement> otherCodeElements ) where TCodeElement: class, ICodeElement
Parameters
- codeElementsHashset
- This hahshet of code elements objects.
- otherCodeElements
- The other sequence of code elements objects.
Type Parameters
- TCodeElement
- The code element type that is ICodeElement or that implements ICodeElement.