GrapeCity.Xaml.SpreadSheet.Data
Equals Method (Cell)


GrapeCity.Xaml.SpreadSheet.Data Namespace > Cell Class : Equals Method
The object to compare.
Determines whether the specified object is equivalent to this cell.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal o 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 o
)

Parameters

o
The object to compare.

Return Value

true if the object is equivalent; otherwise, false.
See Also

Reference

Cell Class
Cell Members