Are these the same object?

Hello,

I need to test if two python variables point to the same ROOT object… and I don’t know how to do it.
In general python, “A is B” would do, but this doesn’t work here because the ROOT objects are incapsulated in some python wrapper.

Help?

Oh, wait. A is B does work. Sorry…