op_Inequality
Contents
[
Hide
]
operator !=
Compares two Argb32Color
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 Argb32Color to check |
right | Argb32Color | The second Argb32Color color to check |
Return Value
True if both colors are not equal, otherwise false.
See Also
- struct Argb32Color
- namespace GroupDocs.Viewer.Drawing
- assembly GroupDocs.Viewer
operator !=
Compares one Argb32Color
color with another Rgb24Color
color and returns a boolean indicating if the two do not match.
public static bool operator !=(Argb32Color left, Rgb24Color right)
Parameter | Type | Description |
---|---|---|
left | Argb32Color | The first Argb32Color to check |
right | Rgb24Color | The second Rgb24Color color to check |
Return Value
True if both colors are not equal, otherwise false.
See Also
- struct Rgb24Color
- struct Argb32Color
- namespace GroupDocs.Viewer.Drawing
- assembly GroupDocs.Viewer