isObject

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

Returns true if this is an object node.

Parameters

selfThe node pointer to check

Returns

true if this is an OBJECT node, false otherwise.
fnbool isObject(ref const CfNode self) @property @safe pure nothrow

ditto