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

ToString() public method

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