InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / TextComparisonOption Enumeration
In This Topic
    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
    MemberDescription
    IgnoreCaseCompares text in a non case-sensitive manner.
    MatchCasePerforms a case-sensitive text comparison.
    RegularExpressionCompares text using a regular expression.
    See Also