public bool isOnThisGrid(IMyCubeGrid grid) { if (grid.Equals(Me.CubeGrid)) { return(true); } return(false); }