Opérateur Urn.Inequality
Tests inequality between Urn objects. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Shared Operator <> ( _
urn1 As Urn, _
urn2 As Urn _
) As Boolean
'Utilisation
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 prend en charge l'utilisation d'opérateurs surchargés, mais pas la déclaration de nouveaux opérateurs.
Paramètres
- urn1
Type : Microsoft.SqlServer.Management.Sdk.Sfc.Urn
An Urn object to compare.
- urn2
Type : Microsoft.SqlServer.Management.Sdk.Sfc.Urn
An Urn object to compare.
Valeur de retour
Type : System.Boolean
Returns True if the objects are not equal.