op_Inequality

ArgbColor Inequality operator

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

See Also