Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Bevel Structure / Equals Method
The System.Object to compare with the current Bevel.


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

    Parameters

    value
    The System.Object to compare with the current Bevel.

    Return Value

    true if value is an instance of Bevel and equals the value of this instance; otherwise, false.
    See Also