First of all, I think you're misunderstanding the definition of an antisymmetric relation:
You write $$(a, b) \in R, (b, a) \in R, b=a$$ as though all three conditions separated by commas must hold.
The correct definition is as follows: For all $a, b$ in the given set on which a relation is defined,
$$\text{IF}\;(a, b) \in R \,\text{ AND }\, (b, a) \in R, \;\text{ THEN }\, a= b$$
If there are no cases where $(a, b)\in R$ and $(b, a) \in R$, then the relation is vacuously antisymmetric.
Another way to think about antisymmetry is as follows: A relation fails to be antisymmetric if and only if there exist $a, b$ such that $(a, b) \in R$ and $(b, a) \in R$, AND $a\neq b$