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
)
Parameters
- matchPattern
Type: Microsoft.Exchange.Data.QueueViewer.QueueIdentity
- matchOptions
Type: Microsoft.Exchange.Data.MatchOptions
Return Value
Type: System.Boolean