# File lib/puppet/pops/types/types.rb, line 194 def ==(o) self.class == o.class && Set.new(patterns) == Set.new(o.patterns) end
# File lib/puppet/pops/types/types.rb, line 190 def hash [self.class, Set.new(patterns)].hash end