op_Equality

Argb32Color Equality operator

Compares two colors and returns a boolean indicating if the two do match.

public static bool operator ==(Argb32Color left, Argb32Color right)
Parameter Type Description
left Argb32Color The first color to use.
right Argb32Color The second color to use.

Return Value

True if both colors are equal, otherwise false.

See Also