[]
        
(Showing Draft Content)

C1.Blazor.Core.C1Color.op_Equality

operator == Operator

operator ==(C1Color, C1Color)

Compares two C1Color structures for equality.

Declaration
public static bool operator ==(C1Color color1, C1Color color2)
Parameters
Type Name Description
C1Color color1

The first color to compare.

C1Color color2

The second color to compare.

Returns
Type Description
bool