Closed TFloyd1989 closed 4 years ago
I am not sure why would you need the same Entity twice? Could you please explain more about that?
It doesn't happen very often, but in order to get some edge cases, an entity may be defined twice in the process
Got it! It should be fine as long as you can get the correct set of entities in the end.
Oh okay, thank you
Is it okay if we define the same Entity twice(same exact indexes and ID)? My method does this sometimes in order to catch a particular case. When it outputs, that entity is only in the list once as well.