class UserAgent

def eql?(other)

def eql?(other)
  @product == other.product &&
    @version == other.version &&
    @comment == other.comment
end