diff --git a/libhac.Nand/DiscUtils.Fat/FileName.cs b/libhac.Nand/DiscUtils.Fat/FileName.cs index 5966e79a..1e37965c 100644 --- a/libhac.Nand/DiscUtils.Fat/FileName.cs +++ b/libhac.Nand/DiscUtils.Fat/FileName.cs @@ -126,7 +126,7 @@ namespace DiscUtils.Fat public bool Equals(FileName other) { - if (other == null) + if (other is null) { return false; }