Sweep for Collision before Spawn

How do you compare pointers? If I compare the iterator to the Actor* of my Actor I get a compile error. I tried Casting but compiler wouldn’t allow that either. And UniqueID doesn’t seem to work reliably. The iterator’s UniqueID doesn’t match my Actor’s UniqueID when they are in fact the same Actor.