Equals
Leave feedback
On this page
Compares dimensions with another size.
public bool Equals(Size item)
| Parameter | Type | Description |
|---|---|---|
| item | Size | The size to compare with. |
true when width and height match; otherwise false.
- struct Size
- namespace GroupDocs.Redaction.Options.Drawing
- assembly GroupDocs.Redaction
Compares this size 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 Size; otherwise false.
- struct Size
- 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.