Right now, I have two char arrays, foo1[] and foo2[]. When I convert them to string and output to the console, they BOTH appear as
char
foo1[]
foo2[]
I think you can use the SequenceEquals to compare the arrays, even though checking both lengths at first has better performance.