Exemplo n.º 1
0
 public int Compare(ICompareDescriptor other)
 {
     if (other == null)
     {
         return(1);
     }
     return(Intensity.CompareTo((other as Tempogram).Intensity));
 }
Exemplo n.º 2
0
 public int Compare(ICompareDescriptor other)
 {
     if (other == null) return 1;
     return Intensity.CompareTo((other as Tempogram).Intensity);
 }