Share via


MemberRef.EqualsByTypeLocalMetadata(MemberRef) Method

Definition

Gets a value indicating whether this instance is equivalent to another one, based only on metadata that describes this member, assuming the declaring types are equal.

protected abstract bool EqualsByTypeLocalMetadata (Microsoft.VisualStudio.Composition.Reflection.MemberRef other);
abstract member EqualsByTypeLocalMetadata : Microsoft.VisualStudio.Composition.Reflection.MemberRef -> bool
Protected MustOverride Function EqualsByTypeLocalMetadata (other As MemberRef) As Boolean

Parameters

other
MemberRef

The instance to compare with. This may be assumed to always be an instance of the same type.

Returns

true if the local metadata on the member are equal; false otherwise.

Applies to