Equals
Contents
[
Hide
]
Equals(Layer)
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. |
Return Value
true
if both Layer
objects are the same; otherwise,
false
See Also
- class Layer
- namespace GroupDocs.Viewer.Results
- assembly GroupDocs.Viewer
Equals(object)
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. |
Return Value
true
if
obj
parameter is Layer
and is the same as current Layer
object; otherwise,
false
See Also
- class Layer
- namespace GroupDocs.Viewer.Results
- assembly GroupDocs.Viewer