File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/DocumentFormat.OpenXml.Framework Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ public bool Equals(MarkupCompatibilityAttributes? other)
65
65
return true ;
66
66
}
67
67
68
- return Equals ( this . Ignorable , other . Ignorable ) &&
69
- Equals ( this . ProcessContent , other . ProcessContent ) &&
70
- Equals ( this . PreserveElements , other . PreserveElements ) &&
71
- Equals ( this . PreserveAttributes , other . PreserveAttributes ) &&
72
- Equals ( this . MustUnderstand , other . MustUnderstand ) ;
68
+ return Equals ( this . Ignorable , other . Ignorable )
69
+ && Equals ( this . ProcessContent , other . ProcessContent )
70
+ && Equals ( this . PreserveElements , other . PreserveElements )
71
+ && Equals ( this . PreserveAttributes , other . PreserveAttributes )
72
+ && Equals ( this . MustUnderstand , other . MustUnderstand ) ;
73
73
}
74
74
75
75
/// <inheritdoc/>
You can’t perform that action at this time.
0 commit comments