[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Bevel.op_Inequality

operator != Operator

operator !=(Bevel, Bevel)

Determines whether two specified values of Bevel are not equal.

Declaration
public static bool operator !=(Bevel value1, Bevel value2)
Public Shared Operator <>(value1 As Bevel, value2 As Bevel) As Boolean
Parameters
Type Name Description
Bevel value1

The first Bevel value.

Bevel value2

The second Bevel value.

Returns
Type Description
bool

true if b1 and b2 do not represent the same value; otherwise, false.