次の方法で共有


QueueIdentity.Inequality Operator

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

Syntax

'Declaration
Public Shared Operator <> ( _
    a As QueueIdentity, _
    b As QueueIdentity _
) As Boolean
'Usage
Dim a As QueueIdentity
Dim b As QueueIdentity
Dim returnValue As Boolean

returnValue = (a <> b)
public static bool operator !=(
    QueueIdentity a,
    QueueIdentity b
)

Return Value

Type: System.Boolean