# File lib/puppet/resource/reference.rb, line 14
14:     def ==(other)
15:         other.respond_to?(:title) and self.type == other.type and self.title == other.title
16:     end