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

other MemberInfo
The member to compare.

Returns

bool
true if the extension block has the same metadata definition as other; otherwise, false.