I am implementing a custom comparer to apply a custom sort order for elements in different views.
For a while I find that I want to keep the existing order of the elements, in this case, what should I return from my implementation of the Compare method? Is it enough to simply return 0, or do I really need to determine which element was the first?
c # icomparer
Justin
source share