Test equality of FLinearColor

I cannot find a function to test if two linear color are equal.
You can test Vector2D or Vector but not a Vector3D.

D.

I solved the problem by testing only the RGB and not the Alpha value.