Exemple #1
0
 public int CompareTo(Element other)
 {
     return(pitch.CompareTo(other.pitch));
 }