Udostępnij za pośrednictwem


Operator Urn.Inequality

Testy nierówności między obiektami Urn.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Public Shared Operator <> ( _
    urn1 As Urn, _
    urn2 As Urn _
) As Boolean
'Użycie
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
Język JScript obsługuje używanie przeciążonych operatorów, ale nie obsługuje deklarowania nowych.

Parametry

Wartość zwracana

Typ: System.Boolean
Zwraca True Jeśli obiekty nie są równe.