mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Move one Equals implementation to correct base class
This commit is contained in:
@@ -88,7 +88,7 @@ namespace SabreTools.DatItems.Formats
|
||||
// Otherwise, treat it as a Blank
|
||||
Blank? newOther = other as Blank;
|
||||
|
||||
// If the archive information matches
|
||||
// If the machine information matches
|
||||
return GetFieldValue<Machine>(DatItem.MachineKey) == newOther!.GetFieldValue<Machine>(DatItem.MachineKey);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user