Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CellReference Structure / Equals Method / Equals(CellReference) Method
An object to compare with this object.


In This Topic
    Equals(CellReference) Method
    In This Topic
    Indicates whether the current CellReference is equal to another CellReference of the same type.
    Syntax
    'Declaration
     
    
    Public Overloads Function Equals( _
       ByVal other As CellReference _
    ) As Boolean
    'Usage
     
    
    Dim instance As CellReference
    Dim other As CellReference
    Dim value As Boolean
     
    value = instance.Equals(other)
    public bool Equals( 
       CellReference other
    )

    Parameters

    other
    An object to compare with this object.

    Return Value

    true if the current CellReference is equal to the other CellReference; otherwise, false.
    See Also