Beispiel #1
0
 static public bool NameMatchesRegexPatternIgnoreCase(
     this UINodeInfoInTree uiNode,
     string regexPattern,
     RegexOptions regexOptions = RegexOptions.None) =>
 uiNode.NameMatchesRegexPattern(regexPattern, RegexOptions.IgnoreCase | regexOptions);