Automation.UI.Tree.Matchers.RegexMatcher.ToString C# (CSharp) Method

ToString() public method

Returns the string representation of this match.
public ToString ( ) : string
return string
        public override string ToString()
        {
            return "=~";
        }