If vectors $x$ and vector $y$ are a member of $R^n$, and they are not parallel. Can we say anything about $x>y$ or $x<y$?
I know that they won't be equal because if $x =$ [$x_1, x_2,..., x_n$] and $y =$ [$y_1, y_2,..., y_n$]
$x_i$ will not be equal to $y_i$ for $1<=i<=n$.
There is no meaningful order commonly in use for vectors. The best you can do is compare magnitudes $|\mathbf x|$ and $|\mathbf y|$ since these are real numbers and comparison is meaningful.