Spread Windows Forms 8.0 Product Documentation
Equality Operator (Bevel)


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.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

Bevel Structure
Bevel Members

 

 


Copyright © GrapeCity, inc. All rights reserved.