isAtSameColumn method

bool isAtSameColumn(
  1. CellOffset other
)

Implementation

bool isAtSameColumn(CellOffset other) {
  return x == other.x;
}