List Question
20 TechQA 2023-10-02T16:58:27.363000Should I implement my own IComparable for a struct in F# *just* for performance reasons?
55 views
Asked by citykid
Is implementing IComparable<T> sufficient for sorting or do I need to also implement IComparer?
59 views
Asked by Saher Ahwal
IComparer problem in vb.net but same working in C#
87 views
Asked by Ram
How to sort a custom list - SecondaryItem within PrimaryItem
28 views
Asked by Paul Johnson
Linear search algorithm with generic methods
651 views
Asked by Dina Butko
Error while passing IComparable<T> to CompareTo
76 views
Asked by mouse_00
How to use IComparable with struct array?
157 views
Asked by Sexy Scorch
Have sort() use culture info when sorting custom IComparable
211 views
Asked by user10483669
compare objects for equality - if the values of the properties are the same
2.9k views
Asked by mightycode Newton
I am not able to compare two objects using IComparable interface in C#
51 views
Asked by AudioBubble
How to add a object value to list<> in c# every time object created and print the list at the end
74 views
Asked by Saloni Parmar
Using IComparer to compare 2 IEnumerables with 1 comp obj
264 views
Asked by RRuseva
Collections with user defined class - find differences
89 views
Asked by Lucy82
How do I compare two variables of type Object?
64 views
Asked by Dave Holden
Object type does not implement IComparable
662 views
Asked by Vitalii Nesterenko
WPF DataGrid - Custom Sorting with DataTable as ItemsSource
376 views
Asked by japhwil
Primitives and IComparable interface
303 views
Asked by Skyglar
Sort a ArrayList of Objects based on parameter with IComparable
306 views
Asked by DerDave