次の方法で共有


StrongAssemblyIdentity.Equals メソッド

定義

オーバーロード

Equals(StrongAssemblyIdentity)
Equals(Object)

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

戻り値

適用対象