Equals
Leave feedback
On this page
Compares coordinates with another point.
public bool Equals(Point item)
| Parameter | Type | Description |
|---|---|---|
| item | Point | The point to compare with. |
true when both coordinates match; otherwise false.
- struct Point
- namespace GroupDocs.Redaction.Options.Drawing
- assembly GroupDocs.Redaction
Compares this point with another object.
public override bool Equals(object item)
| Parameter | Type | Description |
|---|---|---|
| item | Object | The object to compare with. |
true when item is a matching Point; otherwise false.
- struct Point
- namespace GroupDocs.Redaction.Options.Drawing
- assembly GroupDocs.Redaction
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.