Esempio n. 1
0
 private bool PredecessorIsInSameHierarchy(Ticket other)
 {
     return(this.GetRoot().Equals(other.GetRoot()));
 }