How could I proceed to make an "equal" arrow in a diagram in tikz? To be clearer, what I would like to obtain is the equivalent of the following command in xy:
\ar@{=}[direction]
Two examples of what I want (done in tikz):
and
Thank you for your help.
\draw (a1) edge[bend left,double distance=2pt] (a2);
should work, assuming nodes be named...