コード例 #1
0
ファイル: GPSTargetInfo.cs プロジェクト: terrynoya/BDArmory
 public bool EqualsTarget(GPSTargetInfo other)
 {
     return(name == other.name && gpsCoordinates == other.gpsCoordinates && gpsVessel == other.gpsVessel);
 }
コード例 #2
0
 public bool EqualsTarget(GPSTargetInfo other)
 {
     return((name == other.name) && (gpsCoordinates == other.gpsCoordinates));
 }