mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Reduce unnecessary round-trip conversions
This commit is contained in:
@@ -25,7 +25,7 @@ namespace SabreTools.Core.Tools
|
||||
return false;
|
||||
|
||||
// Otherwise, they need to match exactly
|
||||
return Enumerable.SequenceEqual(firstHash, secondHash);
|
||||
return firstHash.SequenceEqual(secondHash);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user