AFAIK there is no way to get to the value that the debugger shows you at runtime.
Total shot in the dark but I think you can use the === comparison to determine if two objects are the same object (in contrast to == that compares the values of the objects). But I could be totally wrong on that.