Operatore Urn.Equality
Tests equality between two Urn objects. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Shared Operator = ( _
u1 As Urn, _
u2 As Urn _
) As Boolean
'Utilizzo
Dim u1 As Urn
Dim u2 As Urn
Dim returnValue As Boolean
returnValue = (u1 = u2)
public static bool operator ==(
Urn u1,
Urn u2
)
public:
static bool operator ==(
Urn^ u1,
Urn^ u2
)
static let inline(=)
u1:Urn *
u2:Urn : bool
JScript supporta l'utilizzo di operatori di overload , ma non la dichiarazione di nuovi operatori.
Parametri
- u1
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
An Urn object to compare.
- u2
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
An Urn object to compare.
Valore restituito
Tipo: System.Boolean
Returns True if the objects are equal, otherwise False.