I come from a C++ background, so apologies if this is a non-C# way of thinking, but I just need to know. :)
In C++ if I have two pointers, and I want to know if they
You could use the Immediate Window and use Object.ReferenceEquals(obj1, obj2) to test this out!