I have a list of type Vector3Int that contains the end location of my agents movement, I want to compare these values to see if they are equal,
pseudo code;
if (2 or more items within the list are the same value) {
create a new end of path location for one or more of the agents
}
Thanks in advance for you help