Same task's priority for all task's

Does FreeRTOS act as Round Robin scheduler when all task’s a have same priority ?

I think when priority is different for all task’s then task’s are executed from high- priority to low- priority and when when all task’s a have same priority all task executed according to Round Robin scheduling. Please correct me if I am wrong here

Also highly recommend reading through the first few chapters of the free to download book, which gives you in depth information on the scheduling - no point replicating the information here.

I’ve just started to read book. I’m sorry if I asked wrong question. But I’ve given reasons along with asking question as to why I am confused. I just want confirmation from experience persons who has done this before