Complement( PreprocessorDefinitions other) { return(new PreprocessorDefinitions(System.Linq.Enumerable.Except(this, other))); }
Intersect( PreprocessorDefinitions other) { return(new PreprocessorDefinitions(System.Linq.Enumerable.Intersect(this, other))); }