Equals
Leave feedback
On this page
Determines whether the current Layout is the same as specified Layout object.
public bool Equals(Layout other)
| Parameter | Type | Description |
|---|---|---|
| other | Layout | The object to compare with the current Layout object. |
true
if both Layout objects are the same; otherwise,
false
- class Layout
- namespace GroupDocs.Viewer.Results
- assembly GroupDocs.Viewer
Determines whether the current Layout is the same as specified object.
public override bool Equals(object obj)
| Parameter | Type | Description |
|---|---|---|
| obj | Object | The object to compare with the current Layout object. |
true
if
obj
parameter is Layout and is the same as current Layout object; otherwise,
false
- class Layout
- namespace GroupDocs.Viewer.Results
- 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.