Urn.Equality(Urn, Urn) Operator

Definition

Urn equality operator

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

Parameters

u1
Urn
u2
Urn

Returns

Applies to