Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Line Class / Equals Method
The object to compare with the current Line.


In This Topic
    Equals Method (Line)
    In This Topic
    Determines whether two object instances are equal.
    Syntax
    'Declaration
     
    
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    'Usage
     
    
    Dim instance As Line
    Dim obj As Object
    Dim value As Boolean
     
    value = instance.Equals(obj)
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    The object to compare with the current Line.

    Return Value

    This method returns true if obj is a Line object and it's Color and Style properties are equal to the corresponding properties of this Line structure; otherwise, false.
    See Also