共用方式為


StrongAssemblyIdentity.Equals 方法

定義

多載

Equals(StrongAssemblyIdentity)

來源:
StrongAssemblyIdentity.cs
來源:
StrongAssemblyIdentity.cs

指出目前的物件是否等於另一個相同類型的物件。

public bool Equals(Microsoft.VisualStudio.Composition.StrongAssemblyIdentity other);
override this.Equals : Microsoft.VisualStudio.Composition.StrongAssemblyIdentity -> bool
Public Function Equals (other As StrongAssemblyIdentity) As Boolean

參數

傳回

實作

適用於

Equals(Object)

來源:
StrongAssemblyIdentity.cs
來源:
StrongAssemblyIdentity.cs
public override bool Equals(object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

參數

obj
Object

傳回

適用於