# File lib/bundler/dep_proxy.rb, line 16
    def ==(other)
      return false if other.class != self.class
      dep == other.dep && __platform == other.__platform
    end