# File lib/puppet/node/facts.rb, line 52
52:   def ==(other)
53:     return false unless self.name == other.name
54:     strip_internal == other.send(:strip_internal)
55:   end