Returns the primitive value of a Boolean object.
Method of Boolean
Syntax
valueOf()
Parameters
None
Description
The valueOf method of Boolean returns the primitive value of a Boolean object or literal Boolean as a Boolean data type.
This method is usually called internally by MetaScript and not explicitly in code.