I'm filtering out some values in a loop. If xValue detected then don't ADD to list.
Here I'm comparing the values of 2 variables. Both contain the same Value, therefore it should NOT be entering the IF statement.
Seems like VB is somehow differentiating the Values although they're the same?