OrderBy ThenBy in F# May 26, 2023 by Tarik Use a tuple as your sort key: myList |> Seq.sortBy (fun x -> x.Something, x.SomethingElse)