QueueIdentity.Match Method

Namespace:  Microsoft.Exchange.Data.QueueViewer
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public Function Match ( _
    matchPattern As QueueIdentity, _
    matchOptions As MatchOptions _
) As Boolean
'Usage
Dim instance As QueueIdentity
Dim matchPattern As QueueIdentity
Dim matchOptions As MatchOptions
Dim returnValue As Boolean

returnValue = instance.Match(matchPattern, _
    matchOptions)
public bool Match(
    QueueIdentity matchPattern,
    MatchOptions matchOptions
)

Return Value

Type: System.Boolean