コード例 #1
0
ファイル: Program.cs プロジェクト: tralivali1234/IL2JS
 public bool Equals(Program other)
 {
     return(Body.Equals(other.Body));
 }