I was trying to make a dictionary but as a key it would use pair of integers.
public Dictionary<int[], car> listOfCells = new Dictionary<int[], car>();
but when i check if there is a value it always returns false
return listOfCells.ContainsKey(new int[] { x, y })