Implements a generic comparing class in which the two objects being compared must derive from IComparable to be of much use.
Inheritance: IComparer
		public void Initialize()
		{
			m_genericComparer = new GenericComparer();
		}
 public void Initialize()
 {
     m_genericComparer = new GenericComparer();
 }