@ -161,7 +161,7 @@ namespace ImageSharp.Colors.Spaces
/// <inheritdoc/>
public bool Equals(CieLab other)
{
return this.AlmostEquals(other, Constants.Epsilon);
return this.backingVector.Equals(other.backingVector);
}
@ -152,7 +152,7 @@ namespace ImageSharp.Colors.Spaces
public bool Equals(CieXyz other)
@ -162,7 +162,7 @@ namespace ImageSharp.Colors.Spaces
public bool Equals(Cmyk other)
@ -181,7 +181,7 @@ namespace ImageSharp.Colors.Spaces
public bool Equals(Hsl other)
@ -174,7 +174,7 @@ namespace ImageSharp.Colors.Spaces
public bool Equals(Hsv other)