Color.op_Inequality
Color Inequality operator
Tests whether two specified Color
structures are different.
public static bool operator !=(Color left, Color right)
Parameter | Type | Description |
---|---|---|
left | Color | The Color that is to the left of the inequality operator. |
right | Color | The Color that is to the right of the inequality operator. |
Return Value
True if the two Color
structures are different; otherwise, false.
See Also
- struct Color
- namespace Aspose.Imaging
- assembly Aspose.Imaging