AssemblyIdentity.Equality(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 ( = ) : Microsoft.CodeAnalysis.AssemblyIdentity * Microsoft.CodeAnalysis.AssemblyIdentity -> bool
Public Shared Operator == (left As AssemblyIdentity, right As AssemblyIdentity) As Boolean

参数

left
AssemblyIdentity

操作数显示在运算符左侧。

right
AssemblyIdentity

操作数显示在运算符右侧。

返回

适用于