Are the following two code snippets equivalent?
Snippet One
\[
a + b = c
\]
Snippet Two
\begin{displaymath}
a + b = c
\end{displaymath}
Are the following two code snippets equivalent?
\[
a + b = c
\]
\begin{displaymath}
a + b = c
\end{displaymath}