Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GradientEffect Class / Equals Method
The System.Object to compare with the current Object.


In This Topic
    Equals Method (GradientEffect)
    In This Topic
    Determines whether the specified Object is equal to the current Object.
    Syntax
    'Declaration
     
    
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    'Usage
     
    
    Dim instance As GradientEffect
    Dim obj As Object
    Dim value As Boolean
     
    value = instance.Equals(obj)
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    The System.Object to compare with the current Object.

    Return Value

    true if the specified Object is equal to the current Object; otherwise, false.
    See Also