Share via


PatternUtility.Match Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Shared Function Match ( _
    toMatch As String, _
    pattern As String _
) As Boolean
public static bool Match(
    string toMatch,
    string pattern
)
public:
static bool Match(
    String^ toMatch, 
    String^ pattern
)
static member Match : 
        toMatch:string * 
        pattern:string -> bool
public static function Match(
    toMatch : String, 
    pattern : String
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

PatternUtility Class

Microsoft.TeamFoundation.Framework.Server Namespace