Compartir a través de


Property.Inequality Operador

Determines whether two objects are unequal by performing an inequality operation on two Property objects.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Shared Operator <> ( _
    prop1 As Property, _
    prop2 As Property _
) As Boolean
'Uso
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 admite el uso de operadores sobrecargados, pero no la declaración de otros nuevos.

Parámetros

Valor devuelto

Tipo: System.Boolean
A Boolean object that specifies whether the two specified objects are equal.If True, the two specified objects are unequal.If False, the two specified objects are equal.

Ejemplos

Establecer propiedades

Vea también

Referencia

Property Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo