In $\S$3 of Topology, Munkres only talks about total orders and he gives the following definition:
Suppose $<_A$ and $<_B$ are strict total orders on $A$ and $B$ respectively. Then we say $A$ and $B$ have the same order type if there is a bijective function $f:A \to B$ such that for all $a_1, a_2 \in A$, $$a_1 <_A a_2 \implies f(a_1)<_B f(a_2) \tag{1}$$
However, Wikipedia defines it the following way for partially ordered sets.
Suppose $\leq_A$ and $\leq_B$ are partial orders on $A$ and $B$ respectively. Then we say $A$ and $B$ have the same order type if there is a bijective function $f:A \to B$ such that for all $a_1, a_2 \in A$, $$a_1 \leq_A a_2 \iff f(a_1)\leq_B f(a_2) \tag{2}$$
Questions:
(i) Are $(1)$ and $(2)$ equivalent for totally ordered sets? (Yes?)
(ii) For partially ordered sets in general, does $(1)$ imply $(2)$? (No?)
Attempt: In fact I think I gave myself an answer already but I googled online and no one is talking about this (Too trivial perhaps?). That's why I ask this question here. Here is the summary of my "answer" and you may give me a writing critique if you had time :)
(i) $(1)$ and $(2)$ are equivalent for totally ordered sets.
$(1) \Rightarrow (2)$: Since $f$ is injective, I found that $(1)$ is equivalent to $$a_1\leq_A a_2 \implies f(a_1) \leq_B f(a_2) \tag{3}$$ Since $\leq_A, \leq_B$ are total orders, we can write the contrapositive of $(1)$ as
$$f(a_1) \geq_B f(a_2) \implies a_1 \geq_A a_2$$ Reordering the arrows and renaming $a_1$ and $a_2$, $$f(a_1) \leq_B f(a_2) \implies a_1 \leq_A a_2 \tag{4}$$
Combining $(3)$ and $(4)$, we get $(2)$. So we have $(1) \Rightarrow (2)$. And $(2)\Rightarrow (1)$ follows from $(3) \Leftrightarrow (1)$.
(ii) No. If $a, b \in \Bbb{R}$, define $$a \preceq b \iff (a = b \text{ or } a \leq b-1) $$
We check that $\preceq$ is a partial order on $\Bbb{R}$:
(Reflexive) $\forall\ a \in \Bbb{R}$, $a= a \implies a \preceq a$.
(Transitive) Pick any $a, b ,c \in \Bbb{R}$. Suppose $a \preceq b$ and $b \preceq c$.
[Case 1]: $a = b$ and $b =c$. Then $a = c$. Then $a \preceq c$
[Case 2]: $a \leq b-1$ and $b = c$. Then $a \leq c -1$. Then $a \preceq c$
[Case 3]: $a = b$ and $b \leq c -1$. Then $a \leq c -1$. Then $a \preceq c$
[Case 4]: $a \leq b-1$ and $b \leq c - 1$. Then $a \leq b - 1 \leq c -2 \leq c-1$
(Antisymmetric) Pick any $a, b \in \Bbb{R}$. Suppose $a \preceq b$ and $b \preceq a$.
[Case 1]: $a = b$ and $b = a$. Then $a = b$.
[Case 2]: $a \leq b-1$ and $b = a$. Then $b \leq b -1$. This case cannot occur.
[Case 3]: $a = b$ and $b \leq a -1$. Then $a \leq a -1$. This case cannot occur.
[Case 4]: $a \leq b-1$ and $b \leq a - 1$. Then $a \leq b - 1 \leq a -2$. This case cannot occur.
Thus the only possibility is $a = b$.
Since $a\leq b-1 < b$, the identity map $\text{Id}_\Bbb{R}: (\Bbb{R}, \preceq) \to (\Bbb{R}, \leq)$ is a bijective function satisfying $(1)$.
But $(2)$ is not satisfied. For example, $0< 0.5$ but $\text{Id}_\Bbb{R}(0) = 0 \not \preceq 0.5 = \text{Id}_\Bbb{R}(0.5)$
If (ii) is really a no, can you give a simpler counterexample?
For totally ordered sets you are right, the definitions are equivalent. For partially ordered sets this is not true. The problem is that the first definition doesn't imply that the preimage of comparable elements $a,b \in B$ have to be comparable in $A$.
Therefore, take $A = \{a, b\}$ with $a \leq a$ and $b \leq b$. Moreover, on the set $B = \{a', b'\}$ we take the order $a' \leq a', b' \leq b', a' \leq b'$. The mapping $a \mapsto a', b \mapsto b'$ is then a bijection which fulfills $(1)$ but not $(2)$.