Actually, looks like I was using the improper name. Memoir is a class. At the top of your document, you have the line \documentclass[options]{classname}.
If you are using a different class, you will probably notice some unexpected behavior when you switch from one class to another. This package defines a whole pile of stuff that I have found handy when setting up the document. There is a comprehensive description of this class at
http://www.ctan.org/tex-archive/macros/latex/contrib/memoir/memman.pdf, but you could also try looking for a thesis template that uses memoir, and see how it relates to your existing setup.
I'm still in the process of developing my thesis, and as I do so, my layout changes. When I am nearing completion, I plan to document my configuration and release it as a template for others. Thanks to this thread, the equation numbering style will be a part of that template!