Esempio n. 1
0
 public bool EqualsTarget(GPSTargetInfo other)
 {
     return(name == other.name && gpsCoordinates == other.gpsCoordinates && gpsVessel == other.gpsVessel);
 }
Esempio n. 2
0
 public bool EqualsTarget(GPSTargetInfo other)
 {
     return((name == other.name) && (gpsCoordinates == other.gpsCoordinates));
 }