Condividi tramite


Operatore Equality (DacDomain.Key, Object)

Performs a Boolean equality operation to determine whether a specified object is the same as the DAC domain associated with a specified DACDomain key.

Spazio dei nomi  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Sintassi

'Dichiarazione
Public Shared Operator = ( _
    leftOperand As DacDomain..::..Key, _
    obj As Object _
) As Boolean
'Utilizzo
Dim leftOperand As DacDomain..::..Key
Dim obj As Object
Dim returnValue As Boolean

returnValue = (leftOperand = obj)
public static bool operator ==(
    DacDomain..::..Key leftOperand,
    Object obj
)
public:
static bool operator ==(
    DacDomain..::..Key^ leftOperand, 
    Object^ obj
)
static let inline (=)
        leftOperand:DacDomain..::..Key * 
        obj:Object  : bool
JScript supporta l'utilizzo di operatori di overload , ma non la dichiarazione di nuovi operatori.

Parametri

Valore restituito

Tipo: System. . :: . .Boolean
A Boolean value specifying whether the two DAC domains are the same. Returns True if both parameters are null or reference the same DAC domain. Otherwise, returns False.