DocumentationProvider.Equals(Object) Method

Definition

DocumentationProviders are compared when determining whether an AssemblySymbol can be reused. Hence, if multiple instances can represent the same documentation, it is imperative that Equals (and GetHashCode) be overridden to capture this fact. Otherwise, it is possible to end up with multiple AssemblySymbols for the same assembly, which plays havoc with the type hierarchy.

public:
 abstract bool Equals(System::Object ^ obj);
public abstract bool Equals (object obj);
public abstract bool Equals (object? obj);
override this.Equals : obj -> bool
Public MustOverride Function Equals (obj As Object) As Boolean

Parameters

obj
Object

Returns

Applies to