Gets the Boolean value from the Atom if it is a BoolAtom.
[C#] static bool GetBool(Atom atom)
static bool GetBool(Atom atom)
Get the Boolean value from the supplied Atom if it is a BoolAtom.
If the atom is not a BoolAtom or if it is null then false will be returned.
None.