# File lib/puppet/pops/types/types.rb, line 388 def ==(o) self.class == o.class && type_name == o.type_name && title == o.title end
# File lib/puppet/pops/types/types.rb, line 385 def hash [self.class, type_name, title].hash end