Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableStyle Class / Equals Method
An object


In This Topic
    Equals Method (TableStyle)
    In This Topic
    Determines whether this instance of TableStyle and a specified object, which must also be a TableStyle object, have the same value.
    Syntax
    'Declaration
     
    
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    'Usage
     
    
    Dim instance As TableStyle
    Dim obj As Object
    Dim value As Boolean
     
    value = instance.Equals(obj)
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    An object

    Return Value

    true if obj is a TableStyle and its value is the same as this instance otherwise, false.
    See Also