LayerEquals Method (Layer) |
Determines whether the current
Layer is the same as specified
Layer object.
Namespace: GroupDocs.Viewer.ResultsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 21.3
Syntaxpublic bool Equals(
Layer other
)
Public Function Equals (
other As Layer
) As Boolean
public:
virtual bool Equals(
Layer^ other
) sealed
abstract Equals :
other : Layer -> bool
override Equals :
other : Layer -> bool
Parameters
- other
- Type: GroupDocs.Viewer.ResultsLayer
The object to compare with the current Layer object.
Return Value
Type:
Boolean if both
Layer objects are the same; otherwise,
Implements
IEquatableTEquals(T)
See Also