# File lib/rubygems/platform.rb, line 115
  def ==(other)
    self.class === other and
      @cpu == other.cpu and @os == other.os and @version == other.version
  end