P
Paez
Hello There.
I hava a Myclass [] obj1 in wich I add my computer hardware configuration.
After this object is "filled", I serialize it, into a dat file.
Then I deserialize it into obj2 and I compare the original and the
deserialized object, and they do not match! They sould match, I think. I use
obj1.Equals(obj2).
The goal is to find hardware changes when the computer starts.
Any help would be apreciated.
Paez
I hava a Myclass [] obj1 in wich I add my computer hardware configuration.
After this object is "filled", I serialize it, into a dat file.
Then I deserialize it into obj2 and I compare the original and the
deserialized object, and they do not match! They sould match, I think. I use
obj1.Equals(obj2).
The goal is to find hardware changes when the computer starts.
Any help would be apreciated.
Paez