MemberRef.EqualsByTypeLocalMetadata(MemberRef) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.