Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- referenceTags
Type: array<System.String[]
- comparandTags
Type: array<System.String[]
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.