isContainerNode method

bool isContainerNode()

Implementation

bool isContainerNode() {
  return this is ContainerNode;
}