How can I do that? Do I check for nil equality or something? I need that for destructor in one of my classes - some of class variables may or may not be created when class is destroyed (they're created as necessary) and I need safe way to tell if they were created or not and if they were, destroy them.