Determines whether the specified object is equivalent to this cell.
'Declaration
Public Overrides Function Equals( _
ByVal As Object _
) As Boolean
'Usage
Dim instance As Cell
Dim o As Object
Dim value As Boolean
value = instance.Equals(o)
public override bool Equals(
object
)
Parameters
- o
- The object to compare.
Return Value
true
if the object is equivalent; otherwise, false
.
Target Platforms: Windows Server 2012, Windows RT