Condividi tramite


AssemblyIdentity.Inequality(AssemblyIdentity, AssemblyIdentity) Operatore

Definizione

Determina se due istanze di AssemblyIdentity non sono uguali.

public:
 static bool operator !=(Microsoft::CodeAnalysis::AssemblyIdentity ^ left, Microsoft::CodeAnalysis::AssemblyIdentity ^ right);
public static bool operator != (Microsoft.CodeAnalysis.AssemblyIdentity left, Microsoft.CodeAnalysis.AssemblyIdentity right);
public static bool operator != (Microsoft.CodeAnalysis.AssemblyIdentity? left, Microsoft.CodeAnalysis.AssemblyIdentity? right);
static member op_Inequality : Microsoft.CodeAnalysis.AssemblyIdentity * Microsoft.CodeAnalysis.AssemblyIdentity -> bool
Public Shared Operator != (left As AssemblyIdentity, right As AssemblyIdentity) As Boolean

Parametri

left
AssemblyIdentity

L'operando visualizzato sul lato sinistro dell'operatore.

right
AssemblyIdentity

L'operando visualizzato sul lato destro dell'operatore.

Restituisce

Si applica a