[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Fill.op_Inequality

operator != Operator

operator !=(Fill, Fill)

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

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

The first value to compare.

Fill right

The second value to compare.

Returns
Type Description
bool

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