Equals
Leave feedback
On this page
Determines whether the specified Color structure is equivalent to this Color structure.
public bool Equals(Color other)
| Parameter | Type | Description |
|---|---|---|
| other | Color | The color to test. |
True if other is equivalent to this Color structure; otherwise, false.
- struct Color
- namespace GroupDocs.Watermark.Watermarks
- assembly GroupDocs.Watermark
Determines whether the specified object is a Color> structure and is equivalent to this Color structure.
public override bool Equals(object obj)
| Parameter | Type | Description |
|---|---|---|
| obj | Object | The object to test. |
True if object is a Color structure equivalent to this Color structure; otherwise, false.
- struct Color
- namespace GroupDocs.Watermark.Watermarks
- assembly GroupDocs.Watermark
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.