Checks if this node owns the other node.
other
bool owns(Node other) => identical(this, other.parent);