Exemple #1
0
 public bool Equals(Figure other) => Side == other.Side && Point == other.Point && IsKing == other.IsKing;