public HasElementComparer(IEnumerable <string> tagNames, Constraint locator) { this.tagNames = (from tagName in tagNames from tag in ElementTag.ToElementTags(tagName) select tag).ToList(); this.locator = locator; }