コード例 #1
0
ファイル: Vector2D.cs プロジェクト: berserk77/NieMath
 public override bool Equals(object other)
 {
     return(mBase.Equals(other));
 }