예제 #1
0
 public bool IsLike(ChessMove other)
 {
     return(this.kind == other.kind);
 }