Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AlternatingRow Class / Equals Method
Object to compare


In This Topic
    Equals Method (AlternatingRow)
    In This Topic
    Determines whether the specified object is equal to another object in this alternating row.
    Syntax
    'Declaration
     
    
    Public Overrides Function Equals( _
       ByVal o As Object _
    ) As Boolean
    'Usage
     
    
    Dim instance As AlternatingRow
    Dim o As Object
    Dim value As Boolean
     
    value = instance.Equals(o)
    public override bool Equals( 
       object o
    )

    Parameters

    o
    Object to compare
    See Also