isAtSameRow method

bool isAtSameRow(
  1. CellOffset other
)

Implementation

bool isAtSameRow(CellOffset other) {
  return y == other.y;
}