Urn.Inequality(Urn, Urn) Operator

Definition

Urn unequal operator

public static bool operator != (Microsoft.SqlServer.Management.Sdk.Sfc.Urn urn1, Microsoft.SqlServer.Management.Sdk.Sfc.Urn urn2);
static member op_Inequality : Microsoft.SqlServer.Management.Sdk.Sfc.Urn * Microsoft.SqlServer.Management.Sdk.Sfc.Urn -> bool
Public Shared Operator != (urn1 As Urn, urn2 As Urn) As Boolean

Parameters

urn1
Urn
urn2
Urn

Returns

Applies to