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