order by and then by csharp

Code Example - order by and then by csharp

                
                        listOfPeople.OrderBy(person => person.LastName)
            .ThenBy(person => person.FirstName)