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