Equals
Leave feedback
On this page
Compares bounds with another rectangle.
public bool Equals(Rectangle other)
| Parameter | Type | Description |
|---|---|---|
| other | Rectangle | The rectangle to compare with. |
true when position and size match; otherwise false.
- struct Rectangle
- namespace GroupDocs.Redaction.Options.Drawing
- assembly GroupDocs.Redaction
Compares this rectangle with another object.
public override bool Equals(object obj)
| Parameter | Type | Description |
|---|---|---|
| obj | Object | The object to compare with. |
true when obj is a matching Rectangle; otherwise false.
- struct Rectangle
- 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.