TextComparisonOption Enumeration
In This Topic
Defines options that indicate how text is compared against the text on the host screen.
Syntax
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485EA0")>
<System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(Category="Microsoft.Design",
CheckId="CA1008:EnumsShouldHaveZeroValue",
Scope="",
Target="",
MessageId="",
Justification="")>
Public Enum TextComparisonOption
Inherits System.Enum
Members
Member | Description |
IgnoreCase | Compares text in a non case-sensitive manner. |
MatchCase | Performs a case-sensitive text comparison. |
RegularExpression | Compares text using a regular expression. |
See Also