There s a class from a library that doesn't implement IComparable.
I want to implement it but the problem is I can't modify the class because it s in a library.
This class is used a lot in my project so if possible I don't want to have to create my own inherited version which implements IComparable.