Let $A = \{1, 2, 3\}$, and $R$ be a relation on $A$. $R = \{(1, 1), (2, 2), (3, 3)\}$
Is $R$ a symmetric relation? Since for all $a R b$ there is $b R a$. If $R$ is not symmetric, then does that mean for a relation to be symmetric $a$ must not equal to $b$ ?
$R$ is symmetric because $aRb \implies bRa$ for all $a,b \in A$.
As for your other query, no, nothing like that is needed. In fact, such a question desn't even arise if $a=b$.