Operatore NameKey.Equality (Object, NameKey)

Determines whether the the specified Object is the same as the object represented by the specified NameKey .

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

Sintassi

'Dichiarazione
Public Shared Operator = ( _
    obj As Object, _
    rightOperand As NameKey _
) As Boolean
'Utilizzo
Dim obj As Object 
Dim rightOperand As NameKey 
Dim returnValue As Boolean 

returnValue = (obj = rightOperand)
public static bool operator ==(
    Object obj,
    NameKey rightOperand
)
public:
static bool operator ==(
    Object^ obj, 
    NameKey^ rightOperand
)
static let inline(=)
        obj:Object * 
        rightOperand:NameKey  : 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 that is true if the two objects are the same, otherwise false.

Vedere anche

Riferimento

NameKey Classe

Overload Equality

Spazio dei nomi Microsoft.SqlServer.Management.Utility