Share via


StrongAssemblyIdentity.Equals Method

Definition

Overloads

Equals(StrongAssemblyIdentity)
Equals(Object)

Equals(StrongAssemblyIdentity)

Source:
StrongAssemblyIdentity.cs
Source:
StrongAssemblyIdentity.cs

Indicates whether the current object is equal to another object of the same type.

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

Parameters

Returns

Implements

Applies to

Equals(Object)

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

Parameters

obj
Object

Returns

Applies to