Is Entities.ForEach order deterministic?

Is the order of Entities.ForEach deterministic? Or do I need to use EntityQuery.ToEntityArray() and then sort the list?

I have heard that entity IDs are not guaranteed to be deterministic. Are they deterministic when single threaded?

It is deterministic.

2 Likes