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-compareI'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