A DD4T.net Implementation - Model Comparators

If you remember the post String Typed Models , I was mentioning that class ModelBase was implementing the IComparable generic interface. public class ModelBase : IComparable < ModelBase > The reason for doing so is to be able to easily compare two implementation... Read the full text.