Urn.Inequality-Operator
Tests inequality between Urn objects. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
urn1 As Urn, _
urn2 As Urn _
) As Boolean
'Usage
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 unterstützt die Verwendung überladener Operatoren, aber nicht die Deklaration neuer Operatoren.
Parameter
- urn1
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
An Urn object to compare.
- urn2
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
An Urn object to compare.
Rückgabewert
Typ: System.Boolean
Returns True if the objects are not equal.