isSelected method

bool isSelected(
  1. int r,
  2. int c
)

Implementation

bool isSelected(int r, int c) => _sel.row == r && _sel.col == c;