ExtensionBlockInfo.HasSameMetadataDefinitionAs Method
- Namespace
- Kampute.DocToolkit.Metadata.Reflection
- Assembly
- Kampute.DocToolkit.dll
Definition
Determines whether the extension block has the same metadata definition as the specified member.
public override bool HasSameMetadataDefinitionAs(MemberInfo other)Parameters
otherMemberInfo- The member to compare.
