op_Equality

Color Equality operator

Determines whether two specified Color structures are equivalent.

public static bool operator ==(Color left, Color right)
Parameter Type Description
left Color The Color that is to the left of the equality operator.
right Color The Color that is to the right of the equality operator.

Return Value

True if the two Color structures are equal; otherwise, false.

See Also