GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTree Class / Comparer Property
In This Topic
    Comparer Property (GoLayoutTree)
    In This Topic
    Gets or sets the default IComparer used for sorting.
    Syntax
    [Browsable(false)]
    public IComparer<GoLayoutTreeNode> Comparer {get; set;}

    Property Value

    The default comparer assumes each GoLayoutGenericNetwork.Node<N,L,Y>.GoObject is a Northwoods.Go.IGoLabeledPart and compares their Northwoods.Go.IGoLabeledPart.Text values.
    Remarks
    This just gets or sets the RootDefaults's property of the same name.
    See Also