Operatore Urn.Inequality
Tests inequality between 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 <> ( _
urn1 As Urn, _
urn2 As Urn _
) As Boolean
'Utilizzo
Dim urn1 As Urn
Dim urn2 As Urn
Dim returnValue As Boolean
returnValue = (urn1 <> urn2)
public static bool operator !=(
Urn urn1,
Urn urn2
)
public:
static bool operator !=(
Urn^ urn1,
Urn^ urn2
)
static let inline(<>)
urn1:Urn *
urn2:Urn : bool
JScript supporta l'utilizzo di operatori di overload , ma non la dichiarazione di nuovi operatori.
Parametri
- urn1
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
An Urn object to compare.
- urn2
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
An Urn object to compare.
Valore restituito
Tipo: System.Boolean
Returns True if the objects are not equal.