예제 #1
0
 public override int GetHashCode()
 {
     unchecked
     {
         return(((RootNote != null ? RootNote.GetHashCode() : 0) * 397) ^ (Factors != null ? Factors.GetHashCode() : 0));
     }
 }