FxCop and IComparable/IComparable<T>
I'm currently investigating the use of FxCop with one of our existing projects and am getting an odd result. The output displays a small number of breaches of the 'Override methods on comparable types' rule stating "'Log' should override Equals since it implements IComparable." There are two issues with this: I thought that it was on...