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