| Sort | Sort the items in the collection using the default comparer |
| Sort(Boolean) | This is used to sort the collection in ascending or descending order by rule type and start date |
| Sort(ComparisonT) | Sort the items in the collection using the specified ComparisonT delegate |
| Sort(IComparerT) | Sort the items in the collection using the specified comparer |