Freigeben über


Inequality-Operator (UIConnectionInfo, UIConnectionInfo)

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Determines whether two UIConnectionInfo objects are different.

Namespace:  Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly:  Microsoft.SqlServer.RegSvrEnum (in Microsoft.SqlServer.RegSvrEnum.dll)

Syntax

'Declaration
Public Shared Operator <> ( _
    infoA As UIConnectionInfo, _
    infoB As UIConnectionInfo _
) As Boolean
'Usage
Dim infoA As UIConnectionInfo
Dim infoB As UIConnectionInfo
Dim returnValue As Boolean

returnValue = (infoA <> infoB)
public static bool operator !=(
    UIConnectionInfo infoA,
    UIConnectionInfo infoB
)
public:
static bool operator !=(
    UIConnectionInfo^ infoA, 
    UIConnectionInfo^ infoB
)
static let inline (<>)
        infoA:UIConnectionInfo * 
        infoB:UIConnectionInfo  : bool
JScript unterstützt die Verwendung überladener Operatoren, aber nicht die Deklaration neuer Operatoren.

Parameter

Rückgabewert

Typ: System. . :: . .Boolean
true if the connections are not equal; otherwise, false.