Edit AllPages
Anyway to know wether or not a NSNumber was created with numberWithBool:?
If I dump the number it seems to write that it is a wrapper for CFBoolean, so somehow the info is stored.
You can also use objCType. See the NSNumber page