コード例 #1
0
ファイル: Figure.cs プロジェクト: IvanYuriev/Checkers
 public bool Equals(Figure other) => Side == other.Side && Point == other.Point && IsKing == other.IsKing;