Determines whether the specified
Object is equal to this
ExcelCell instance.
Namespace:
GemBox.Spreadsheet
Assembly:
GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 43.0.35.1106
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj
- Type: SystemObject
The Object to compare with this ExcelCell instance.
Return Value
Type:
Boolean if the specified
Object is a
ExcelCell and is equal to this
ExcelCell instance; otherwise,
.
See Also