I have a collection that contains a class (ie. Employee class, collection of employees) that I would like to sort based on the Employee ID. Is there a way I can do this? I know you can sort an array but I haven't found any info on sorting a collection.

Thanks for any help