LayerEquals Method (Object) |
Determines whether the current
Layer is the same as specified object.
Namespace: GroupDocs.Viewer.ResultsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Parameters
- obj
- Type: SystemObject
The object to compare with the current Layer object.
Return Value
Type:
Boolean if
parameter is
Layer and is the same as current
Layer object; otherwise,
See Also