|
|
@ -122,7 +122,7 @@ namespace ImageSharp |
|
|
/// <inheritdoc />
|
|
|
/// <inheritdoc />
|
|
|
public override bool Equals(IccTagDataEntry other) |
|
|
public override bool Equals(IccTagDataEntry other) |
|
|
{ |
|
|
{ |
|
|
if (base.Equals(other) && other is IccLut16TagDataEntry entry) |
|
|
if (base.Equals(other) && other is IccLut8TagDataEntry entry) |
|
|
{ |
|
|
{ |
|
|
return this.ClutValues.Equals(entry.ClutValues) |
|
|
return this.ClutValues.Equals(entry.ClutValues) |
|
|
&& this.Matrix == entry.Matrix |
|
|
&& this.Matrix == entry.Matrix |
|
|
|