@ -63,7 +63,6 @@ namespace SixLabors.ImageSharp.MetaData.Profiles.Icc
/// <inheritdoc/>
public override bool Equals(object obj)
{
return obj is IccMultiLocalizedUnicodeTagDataEntry other && this.Equals(other);
}
@ -127,7 +127,7 @@ namespace SixLabors.ImageSharp.MetaData.Profiles.Icc
public bool Equals(IccNamedColor2TagDataEntry other)
if (ReferenceEquals(null, other))
if (other is null)
return false;
@ -45,7 +45,7 @@ namespace SixLabors.ImageSharp.MetaData.Profiles.Icc
public bool Equals(IccParametricCurveTagDataEntry other)
@ -48,7 +48,7 @@ namespace SixLabors.ImageSharp.MetaData.Profiles.Icc
/// <inheritdoc />
public bool Equals(IccProfileSequenceDescTagDataEntry other)
@ -139,7 +139,7 @@ namespace SixLabors.ImageSharp.MetaData.Profiles.Icc
public bool Equals(IccTextDescriptionTagDataEntry other)
@ -46,7 +46,7 @@ namespace SixLabors.ImageSharp.MetaData.Profiles.Icc
public bool Equals(IccUFix16ArrayTagDataEntry other)
public bool Equals(IccUInt16ArrayTagDataEntry other)
@ -61,7 +61,7 @@ namespace SixLabors.ImageSharp.MetaData.Profiles.Icc
public bool Equals(IccViewingConditionsTagDataEntry other)