I\'m \"cloning\" objects in my code. For instance:
objClone = objOriginal
My question is:
I'm not sure about VB, but the C# version of assignment only does a shallow copy. (Edit: For reference types).