Partager via


Opérateur Inequality

Détermine si deux objets sont inégaux en effectuant une opération d'inégalité sur deux objets Property.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Shared Operator <> ( _
    prop1 As Property, _
    prop2 As Property _
) As Boolean
'Utilisation
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 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
Objet Boolean qui spécifie si les deux objets spécifiés sont égaux.
Si la valeur est True, les deux objets spécifiés sont inégaux.
Si la valeur est False, les deux objets spécifiés sont égaux.