# File lib/rubygems/version.rb, line 205
  def eql?(other)
    self.class === other and @version == other.version
  end