AssemblyIdentity.Equality(AssemblyIdentity, AssemblyIdentity) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷兩個 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
運算元會出現在運算子右側。