Spread Windows Forms 7.0 Product Documentation
Inequality Operator
See Also  Support Options
GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > Bevel Structure : Inequality Operator

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

Glossary Item Box

Determines whether two specified values of Bevel are not equal.

Syntax

Visual Basic (Declaration) 
Public Operator <>( _
   ByVal value1 As Bevel, _
   ByVal value2 As Bevel _
) As Boolean
Visual Basic (Usage)Copy Code
C# 
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 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.