Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

StringAssertAction::Comparison Property

 

Specifies whether a string comparison should use the current culture or the invariant culture, word or ordinal sort rules, and be case-sensitive or case-insensitive.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

public:
property StringComparison Comparison {
	StringComparison get();
	void set(StringComparison value);
}

Property Value

Type: System::StringComparison

The comparison elements.

Setting this property raises the PropertyChanged event.

Return to top
Show: