Exemplo n.º 1
0
 public int CompareTo(Agent other)
 {
     return(Genotype.CompareTo(other.Genotype));
 }