コード例 #1
0
ファイル: Location.cs プロジェクト: SiriusQuality/Release
 public override bool Equals(object other)
 {
     return(LocationHelper.DoEquals((ILocation)this, other));
 }
コード例 #2
0
ファイル: Location.cs プロジェクト: SiriusQuality/Release
 public bool Equals(ILocation other)
 {
     return(LocationHelper.DoEquals((ILocation)this, other));
 }