Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / Equals Method
The object to compare.


In This Topic
    Equals Method (Cell)
    In This Topic
    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