C# Класс Microsoft.Protocols.TestSuites.MS_WOPI.StringComparisonHelper

A class is used to support string comparison feature.
Показать файл Открыть проект

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

Метод Описание
CompareStringValueIgnoreCase ( this expectedValue, string actualValue, ITestSite testSiteInstance ) : bool

A method used to compare the actual string value whether equal to the expected value by ignoring the case.

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

CompareStringValueIgnoreCase() публичный статический Метод

A method used to compare the actual string value whether equal to the expected value by ignoring the case.
public static CompareStringValueIgnoreCase ( this expectedValue, string actualValue, ITestSite testSiteInstance ) : bool
expectedValue this A parameter represents the expected string value.
actualValue string A parameter represents the actual string value.
testSiteInstance ITestSite A parameter represents the ITestSite instance.
Результат bool