If I was to have a list of objects with the following properties:
SomeClass.ID
SomeClass.Name
The .ID can be an integer while .Name can be a string, is there a way to sort the objects so that any 0 .ID is sorted and placed AFTER the non-zero ID numbers?