mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-04-20 05:03:11 +00:00
Split header skipper and header row into separate properties
This commit is contained in:
@@ -204,6 +204,8 @@ namespace SabreTools.Metadata
|
||||
return false;
|
||||
if (selfHeader.ForceZipping != otherHeader.ForceZipping)
|
||||
return false;
|
||||
if (selfHeader.HeaderSkipper != otherHeader.HeaderSkipper)
|
||||
return false;
|
||||
if (selfHeader.Homepage != otherHeader.Homepage)
|
||||
return false;
|
||||
if (selfHeader.Id != otherHeader.Id)
|
||||
|
||||
Reference in New Issue
Block a user