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