isBoolean

fnbool isBoolean(const(CfNode) * self) @property @safe pure nothrow

Returns true if this is a boolean node.

Parameters

selfThe node pointer to check

Returns

true if this is a BOOLEAN node, false otherwise.
fnbool isBoolean(ref const CfNode self) @property @safe pure nothrow

ditto