GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / MatchesNodeLabel Method
a Char, normally a letter or digit
In This Topic
    MatchesNodeLabel Method
    In This Topic
    This predicate is called by SelectNextNode to decide if a part's text label starts with a given character.
    Syntax
    public virtual bool MatchesNodeLabel( 
       IGoLabeledPart part,
       char c
    )

    Parameters

    part
    c
    a Char, normally a letter or digit

    Return Value

    true if the part's IGoLabeledPart.Text's first character is the same as c, ignoring case
    See Also