|
Question1:I want to know if x is a child of y, i couldn't get it , i used isSubclasses(x,parent) it returns true even when it's an indirect parent, and i want just a direct link , no matter if is child or is parent .. what matter is link between them,
Question 2 : is there any way to know if x and y are child of the same parent ?
|