Ejemplo n.º 1
0
 public int CompareTo(ISpeaker other)
 {
     return(this.GetHashCode() - other.GetHashCode());
 }