[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.CellRange.op_Inequality

operator != Operator

operator !=(CellRange, CellRange)

Determines whether two specified instances of CellRange are not equal.

Declaration
public static bool operator !=(CellRange obj1, CellRange obj2)
Public Shared Operator <>(obj1 As CellRange, obj2 As CellRange) As Boolean
Parameters
Type Name Description
CellRange obj1

The first cell range object

CellRange obj2

The second cell range object

Returns
Type Description
bool