Partager via


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

Valeur de retour

Type : System.Boolean
Returns True if the objects are not equal.

Voir aussi

Référence

Urn Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc