In this article there is something like that:
"The default comparerComparer.Default checks whether the key type TKey implements System.IComparable and uses that implementation, if available. If not, Comparer.Default checks whether the key type TKey implements System.IComparable."
Underlined texts are the same. What is the meaning of this sentence?