[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Border.op_Inequality

operator != Operator

operator !=(Border, Border)

Returns a value that indicates whether two specified Border values are not equal.

Declaration
public static bool operator !=(Border left, Border right)
Public Shared Operator <>(left As Border, right As Border) As Boolean
Parameters
Type Name Description
Border left

The first value to compare.

Border right

The second value to compare.

Returns
Type Description
bool

true if left and right are not equal; otherwise, false.