# File lib/bundler/dep_proxy.rb, line 14
    def ==(o)
      dep == o.dep && __platform == o.__platform
    end