G
Guest
I know this should be simple but I can't find it.
Dim A as new object
Dim B as object
B = A
Do Bunch of stuff
Check if B still = A
This is basically pointer comparision in C++ days. how do I check that
A and B still point to the same object?
Chris
Dim A as new object
Dim B as object
B = A
Do Bunch of stuff
Check if B still = A
This is basically pointer comparision in C++ days. how do I check that
A and B still point to the same object?
Chris