共用方式為


AssemblyIdentity.Inequality(AssemblyIdentity, AssemblyIdentity) 運算子

定義

判斷兩個 AssemblyIdentity 執行個體是否不相等。

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

參數

left
AssemblyIdentity

運算元會出現在運算子左邊。

right
AssemblyIdentity

運算元會出現在運算子右側。

傳回

適用於