[]
Determines whether two specified values of Bevel are not equal.
public static bool operator !=(Bevel value1, Bevel value2)
Public Shared Operator <>(value1 As Bevel, value2 As Bevel) As Boolean
Type | Name | Description |
---|---|---|
Bevel | value1 | The first Bevel value. |
Bevel | value2 | The second Bevel value. |
Type | Description |
---|---|
bool | true if b1 and b2 do not represent the same value; otherwise, false. |