Esempio n. 1
0
 public override int GetHashCode()
 {
     return(31 * timelineTrack.GetHashCode() + 11 * triggers.GetHashCode());
 }