OK, I'm getting more aquainted with #csharp again.
Today's fun thing:
The #NUnit test I made was saying "this doesn't match!"
So I did a test using print statements (er, System.WriteLines). Actually those objects *do* match. Except these others don't!
At which point #NUnit was probably like "well that's what I've been trying to tell you the whole time!"
In other news, I have identical #XML files (file1, file2) that, when loaded into the program, yield different objects (according to Equals and GetHashCode). yet, loading file1, saving it to disk, and loading it again produces object equal to one first loaded. Buuut these are identical files tho? Urrrggghhhjjjh my head hurts