equals method
equals
Checks this color with specified Argb32Color color for equality
Returns
True if both colors or equal, otherwise false.
def equals(self, other):
...
| Parameter | Type | Description |
|---|---|---|
| other | groupdocs.viewer.drawing.Argb32Color | The other Argb32Color color |
equals
Checks this color with specified Rgb24Color color for equality
Returns
True if both colors or equal, otherwise false.
def equals(self, other):
...
| Parameter | Type | Description |
|---|---|---|
| other | groupdocs.viewer.drawing.Rgb24Color | The other Rgb24Color color |
See Also
- module
groupdocs.viewer.drawing - class
Argb32Color - class
Rgb24Color