op_Equality

ArgbColor Equality operator

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

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

Return Value

True if both colors are equal, otherwise false.

See Also