C# Класс Automation.UI.Tree.Matchers.StartsWithMatcher

A matcher that compares two strings to see if the actual value starts with the expected value.
Наследование: StringMatcher
Показать файл Открыть проект

Открытые методы

Метод Описание
IsMatch ( string actual, string expected ) : bool

Checks to see if the actual value starts with the specified expected value.

ToString ( ) : string

Returns the string representation of this match.

Описание методов

IsMatch() публичный Метод

Checks to see if the actual value starts with the specified expected value.
public IsMatch ( string actual, string expected ) : bool
actual string The actual value.
expected string The expected start value.
Результат bool

ToString() публичный Метод

Returns the string representation of this match.
public ToString ( ) : string
Результат string