op_Inequality

Argb32Color Inequality operator

Compares two colors and returns a boolean indicating if the two do not 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 not equal, otherwise false.

See Also