Top "Custom-compare" questions

how to sort the child nodes of treeView

I want to sort a given TreeView child nodes in alphabetical order. Suppose my tree View is like this: firstNode1 …

c# winforms sorting treeview custom-compare
LinQ distinct with custom comparer leaves duplicates

I've got the following classes: public class SupplierCategory : IEquatable<SupplierCategory> { public string Name { get; set; } public string Parent { …

linq c#-3.0 distinct custom-compare