| IComparable |
This interface is required to allow collections to compare two objects when sorting or searching. If there are objects in the collection that dont implement this interface, then those methods will fail unless an custom comparer is supplied.
| Name | Description |
|---|---|
CompareTo | Compares a value to the current object instance. |