コード例 #1
0
ファイル: ChessMove.cs プロジェクト: josfeenstra/chessnuts
 public bool IsLike(ChessMove other)
 {
     return(this.kind == other.kind);
 }