Spread Windows Forms 12.0 Product Documentation
Equals Method (Bevel)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > Bevel Structure : Equals Method
The System.Object to compare with the current Bevel.
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

Reference

Bevel Structure
Bevel Members