hasSquare abstract method

bool hasSquare(
  1. Square square
)

Returns true if square is a square of this move.

Implementation

bool hasSquare(Square square);