OpenXmlElementEqualityOptions Class
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.
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. |