Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SubStyle Class / Equals Method
An object to be compared.


In This Topic
    Equals Method (SubStyle)
    In This Topic
    Gets whether the given object equals this instance.
    Syntax
    'Declaration
     
    
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    'Usage
     
    
    Dim instance As SubStyle
    Dim obj As Object
    Dim value As Boolean
     
    value = instance.Equals(obj)
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    An object to be compared.

    Return Value

    The bool type that indicates if the object is the same as the current instance.
    See Also