Condividi tramite


Operatore Property.Equality

Determines whether two objects are equal by performing an equality operation on two Property objects.

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

Sintassi

'Dichiarazione
Public Shared Operator = ( _
    prop1 As Property, _
    prop2 As Property _
) As Boolean
'Utilizzo
Dim prop1 As [Property]
Dim prop2 As [Property]
Dim returnValue As Boolean 

returnValue = (prop1 = prop2)
public static bool operator ==(
    Property prop1,
    Property prop2
)
public:
static bool operator ==(
    Property^ prop1, 
    Property^ prop2
)
static let inline(=)
        prop1:Property * 
        prop2:Property  : bool
JScript supporta l'utilizzo di operatori di overload , ma non la dichiarazione di nuovi operatori.

Parametri

Valore restituito

Tipo: System.Boolean
A Boolean object that specifies whether the two specified objects are equal.If True, the two specified objects are equal.If False, the two specified objects are unequal.

Esempi

Impostazione delle proprietà

Vedere anche

Riferimento

Property Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo