# File lib/chef/expander/node.rb, line 163 def eql?(other) (other.class == self.class) && (other.hash == hash) end