I store 2 serialized object in 2 text file and then i read both and store it in 2 different string, and try to compare this 2 strings, the comparison failed more then one time because of the carriage return and new line difference in the end of one of the string, how i could compare both with ignoring spaces or carriage returns, I know I can compress the 2 strings and compare them, but is there anything like done by .net library, Like Icomparer, I'm not sure if this will work for me too.
thank you in advance Jp