C# Class Microsoft.Protocols.TestSuites.MS_WOPI.StringComparisonHelper

A class is used to support string comparison feature.
Show file Open project: OfficeDev/Interop-TestSuites

Public Methods

Method Description
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.

Method Details

CompareStringValueIgnoreCase() public static method

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.
return bool