TraceDefinition.AnyMatch Method

Member if and only if: reference is null or comparand matches reference

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

Syntax

'Declaration
Protected Function AnyMatch ( _
    referenceTags As String(), _
    comparandTags As String() _
) As Boolean
protected bool AnyMatch(
    string[] referenceTags,
    string[] comparandTags
)
protected:
bool AnyMatch(
    array<String^>^ referenceTags, 
    array<String^>^ comparandTags
)
member AnyMatch : 
        referenceTags:string[] * 
        comparandTags:string[] -> bool
protected function AnyMatch(
    referenceTags : String[], 
    comparandTags : String[]
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TraceDefinition Class

Microsoft.TeamFoundation.Framework.Server Namespace