I'm trying to write up a paper and I'd like to have a different class of labels for identities vs equations. ie I want something like \label{eq:firsteq} and \label{id:firstid} such that the numbering system for my identities (\ref{id: whatever) is distinct from my numbering system for equations (\ref{eq: whatever}).
For example say I have
\begin{equation}\label{eq:firsteq} a = b \end{equation}
\begin{equation}\label{id:firstid} c = d \end{equation}
Then I want something so that when I call
\ref{eq:firsteq}
\ref{id:firstid}
I get 1 and 1, not 1 and 2. I've tried googling and found something for distinct enumeration of figures under the caption package, but I'm not doing it for figures. Thanks for your help!

\documentclass{...}and ending with\end{document}. – Jan 05 '15 at 17:21