Exemple #1
0
 public bool Equals(StarSystem rhs)
 {
     return(ID == rhs.ID);
 }
Exemple #2
0
 public Location(StarSystem system, Station station)
 {
     System  = system;
     Station = station;
 }