# File lib/chef/expander/node.rb, line 158
      def ==(other)
        other.respond_to?(:guid) && other.respond_to?(:hostname_f) && other.respond_to?(:pid) &&
        (other.guid == guid) && (other.hostname_f == hostname_f) && (other.pid == pid)
      end