Hi, I'm pretty new to C# .Net 3.5 so go easy on me... I want to test if a list of dates is sorted.
I use LINQ to extract the DateTime field from a ObservableCollection<T> with either ToArray or ToList. I do this twice, with and without orderby clause.
The (simple?) problem is how do I compare the two lists?
Is this even the best way to attack this?
graabein
I use LINQ to extract the DateTime field from a ObservableCollection<T> with either ToArray or ToList. I do this twice, with and without orderby clause.
The (simple?) problem is how do I compare the two lists?
Is this even the best way to attack this?
graabein