public bool EqualsTarget(GPSTargetInfo other) { return(name == other.name && gpsCoordinates == other.gpsCoordinates && gpsVessel == other.gpsVessel); }
public bool EqualsTarget(GPSTargetInfo other) { return((name == other.name) && (gpsCoordinates == other.gpsCoordinates)); }