Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Bevel Structure / Equality Operator
The first Bevel value.
The second Bevel value.


In This Topic
Equality Operator (Bevel)
In This Topic
Determines whether two specified values of Bevel are equal.
Syntax
'Declaration
 
Public Operator =( _
   ByVal value1 As Bevel, _
   ByVal value2 As Bevel _
) As Boolean
 
'Usage
 

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