Equals Method (CellRange)
In This Topic
Indicates whether this CellRange and a specified CellRange are equal.
Syntax
'Declaration
Public Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- obj
- Specified CellRange
Return Value
true if equals
See Also