Equals
Leave feedback
On this page
Checks this color with specified Argb32Color color for equality
public bool Equals(Argb32Color other)
| Parameter | Type | Description |
|---|---|---|
| other | Argb32Color | The other Argb32Color color |
True if both colors or equal, otherwise false.
- struct Argb32Color
- struct Rgb24Color
- namespace GroupDocs.Viewer.Drawing
- assembly GroupDocs.Viewer
Checks this color with specified Rgb24Color color for equality
public bool Equals(Rgb24Color other)
| Parameter | Type | Description |
|---|---|---|
| other | Rgb24Color | The other Rgb24Color color |
True if both colors or equal, otherwise false.
- struct Rgb24Color
- namespace GroupDocs.Viewer.Drawing
- assembly GroupDocs.Viewer
Checks this color with specified uncasted
public override bool Equals(object obj)
| Parameter | Type | Description |
|---|---|---|
| obj | Object | The other uncasted color |
True if both colors or equal, otherwise false.
- struct Rgb24Color
- namespace GroupDocs.Viewer.Drawing
- assembly GroupDocs.Viewer
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.