OpenXmlElementEqualityOptions Class

Definition

Options defining the behavior of equality for OpenXmlElement.

public sealed class OpenXmlElementEqualityOptions
type OpenXmlElementEqualityOptions = class
Public NotInheritable Class OpenXmlElementEqualityOptions
Inheritance
OpenXmlElementEqualityOptions

Constructors

OpenXmlElementEqualityOptions()

Properties

IncludeExtendedAttributes

Gets or sets a value indicating whether extended attributes should be considered when determining equality.

IncludeMCAttributes

Gets or sets a value indicating whether mC attributes should be considered when determining equality.

RequireParsed

Gets or sets a value indicating whether elements must be parsed which ensures order of schema is used instead of input ordering.

SkipPrefixComparison

Gets or sets a value indicating whether namespace should alone be used when comparing identity of elements, skipping prefix lookup to improve performance.

Applies to