Spread Windows Forms 12.0 Product Documentation
Equality Operator (Bevel)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > Bevel Structure : Equality Operator
The first Bevel value.
The second Bevel value.
Determines whether two specified values of Bevel are equal.
Syntax
'Declaration
 
Public Operator =( _
   ByVal value1 As Bevel, _
   ByVal value2 As Bevel _
) As Boolean
'Usage
 
public bool operator ==( 
   Bevel value1,
   Bevel value2
)

Parameters

value1
The first Bevel value.
value2
The second Bevel value.

Return Value

true if b1 and b2 represent the same bevel settings; otherwise, false.
See Also

Reference

Bevel Structure
Bevel Members