Saturday, December 10, 2005 - Posts

Comparing cloned objects

My co-worker Kjell-Sverre Jerijærvi has posted a cool follow up to my “How to: Deep clone any serializable object” post. His example shows a generic IsClone method which uses serialization and MD5-hashing to determine whether two different object instances are clones of each other. Nice one, Kjell-Sverre.