Esempio n. 1
0
 public bool IsChildOf(Ticket other)
 {
     return(other.GetChildrenRecursive().FirstOrDefault(child => child.Equals(this)) != null);
 }