Other answers focused on the concept, I'll focus on the math.
You ask if it is similar to the parallel of two resistors, the answer is yes, but the formula you use when dealing with impedances needs complex numbers and that is the catch.
If two two-terminal elements of impedances \$Z_1\$ and \$Z_2\$ are in parallel they are equivalent to a single impedance whose value is calculated using the same formula you use for paralleled resistors:
\[
Z_{eq} = \dfrac{1}{\dfrac 1 Z_1 + \dfrac 1 Z_2} = \dfrac {Z_1 \cdot Z_2}{Z_1 + Z_2}
\]
the problem is that if the two impedances are complex numbers.
Let's consider the case you are interested in: a parallel resonant circuit, that is a capacitor in parallel with an inductor, where I'll represent the resistive components as resistor in parallel to those two elements (to simplify math, otherwise you could represent the series resistance of the inductor and the ESR of the capacitor with two resistors in series to the reactive elements, if you want). In this case you get:
\[
Z_1 = \dfrac{1}{j 2 \pi C f}
\qquad
Z_2 = j 2 \pi L f
\qquad
Z_3 = R
\]
Their equivalent impedance is:
\[
Z_{eq} = \dfrac{1}{\dfrac 1 Z_1 + \dfrac 1 Z_2 + \dfrac 1 Z_2 }
= \dfrac{1}{j 2 \pi C f + \dfrac{1}{j 2 \pi L f} + \dfrac 1 R }
\]
To simplify the math involved I'll use the equivalent admittance \$Y_{eq} = \dfrac 1 Z_{eq}\$ and show you that at resonance its magnitude is minimum, which means the magnitude of the impedance is maximum.
Hence:
\[
Y_{eq} = j 2 \pi C f + \dfrac{1}{j 2 \pi L f} + \dfrac 1 R
= \dfrac{(j 2 \pi C f)(j 2 \pi R L f) + R + j 2 \pi L f}{j 2 \pi R L f}
= \dfrac {R - 4 \pi^2 R L C f^2 + j 2 \pi L f} {j 2 \pi R L f}
\]
Note that minimizing \$ \left| Y_{eq} \right|^2 \$ is equivalent to minimizing \$ \left| Y_{eq} \right| \$ (a positive quantity is minimum iff its square is minimum). Therefore,
knowing that the squared magnitude of a ratio is the ratio of the squared magnitudes you get:
\[
\left| Y_{eq} \right|^2
= \dfrac {(R - 4 \pi^2 R L C f^2)^2 + (2 \pi L f)^2} {(2 \pi R L f)^2}
\]
Without messing with derivatives, it is clear that that fraction is minimum when the first squared term at numerator drops to zero and this happens when:
\[
R - 4 \pi^2 R L C f^2 = 0
\quad \Leftrightarrow \quad
f = \dfrac 1 {2 \pi \sqrt{ L C } } = f_r
\]
where \$f_r\$ is the resonant frequency of the circuit.
Substituting \$ f = f_r\$ into the expression of \$\left|Y_{eq}\right|\$ and doing a bit of simple math you get:
\[
\left| Z_{eq(resonance)} \right| = \dfrac 1 {\left| Y_{eq(resonance)} \right|} = R
\]
To summarize, for a parallel resonant circuit the magnitude of the impedance is maximum at the resonant frequency \$f_r\$ and its value is equal to the resistive part \$R\$ of the impedance.