Spread Windows Forms 10.0 Product Documentation
Inequality Operator (Bevel)


The first Bevel value.
The second Bevel value.
Determines whether two specified values of Bevel are not 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 do not represent the same value; otherwise, false.
Requirements

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

See Also

Reference

Bevel Structure
Bevel Members

 

 


Copyright © GrapeCity, inc. All rights reserved.