adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / TextCompare Class / IsMatch Method

In This Topic
    IsMatch Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function IsMatch( _
       ByVal value As String, _
       ByVal matchToValue As String, _
       ByVal matchRule As TextMatchRule, _
       ByVal useRegEx As Boolean, _
       ByVal ignoreCase As Boolean _
    ) As Boolean

    Parameters

    value
    matchToValue
    matchRule
    useRegEx
    ignoreCase
    See Also