Baum\Move::hasChange PHP Method

hasChange() protected method

Check wether there should be changes in the downward tree structure.
protected hasChange ( ) : boolean
return boolean
    protected function hasChange()
    {
        return !($this->bound1() == $this->node->getRight() || $this->bound1() == $this->node->getLeft());
    }