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