[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.CellReference.op_Inequality

operator != Operator

operator !=(CellReference, CellReference)

Returns whether two CellReference are not equals.

Declaration
public static bool operator !=(CellReference cell1, CellReference cell2)
Public Shared Operator <>(cell1 As CellReference, cell2 As CellReference) As Boolean
Parameters
Type Name Description
CellReference cell1

The fisrt CellReference value to compare.

CellReference cell2

The second CellReference value to compare.

Returns
Type Description
bool

true if two values are not equals; otherwise, false.