1.4.1 XBoolean

class XBoolean( )
Use it to define a value as true or false. When called with ``true'' (whatever the case), return true, When called with ``false'' (whatever the case), return false. In every other case, return not not value.