We are basically dealing with a XNOR/coincidence logic gate, whose expression in terms of NAND gates can be found here (see picture to the right), with the observation that the “B” from the image corresponds to your $B+C$, which can be rewritten as $\overline{\bar B\cdot\bar C}$
In boolean algebra form, each NAND gate of inputs X and Y corresponds to $\overline{X\cdot Y}$, so the image above can be expressed as $\overline{\overline{\overline{\overline{A\cdot B'}\cdot A}\cdot\overline{\overline{A\cdot B'}\cdot B'}}\cdot1}$ , where B' is $B+C$. If you are not allowed to use $1$, then the expression becomes $\overline{\overline{\overline{\overline{A\cdot B'}\cdot A}\cdot\overline{\overline{A\cdot B'}\cdot B'}}\cdot\overline{\overline{\overline{A\cdot B'}\cdot A}\cdot\overline{\overline{A\cdot B'}\cdot B'}}}$ .