Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / FormulaDependentInfos.Cell Structure / Equals Method / Equals(Object) Method
An object to compare with this object.


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

    Parameters

    obj
    An object to compare with this object.

    Return Value

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