Determines whether the specified Object is equal to the current Object.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public 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:
System
Object
The Object to compare with the current Object.
Return Value
Type:
Boolean
true if the specified Object is equal to the current Object; otherwise, false.
See Also