QueueIdentity.Equality Operator
Namespace: Microsoft.Exchange.Data.QueueViewer
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Shared Operator = ( _
v1 As QueueIdentity, _
v2 As QueueIdentity _
) As Boolean
'Usage
Dim v1 As QueueIdentity
Dim v2 As QueueIdentity
Dim returnValue As Boolean
returnValue = (v1 = v2)
public static bool operator ==(
QueueIdentity v1,
QueueIdentity v2
)
Parameters
Return Value
Type: System.Boolean