コード例 #1
0
ファイル: FenData.cs プロジェクト: taddieken95/ChessLib
 public bool Equals(FenData other) => string.Equals(Fen, other.Fen);